Skip to content

Commit

Permalink
Fix some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Jun 23, 2022
1 parent 99ea996 commit cf0cced
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ public MavenITmng5889FindBasedir()
super( "[3.5.0,3.5.1)" );
}

protected MavenITmng5889FindBasedir( String constraint )
{
super( constraint );
}

/**
* check that <code>path/to/.mvn/</code> is found when path to POM set by <code>--file path/to/pom.xml</code>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ public MavenITmng6255FixConcatLines()
super( "[3.5.3,)" );
}

protected MavenITmng6255FixConcatLines( String constraint )
{
super( constraint );
}

/**
* Check that <code>CR</code> line endings work.
* <p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ public MavenITmng6256SpecialCharsAlternatePOMLocation()
super( "(3.6.0,)" );
}

protected MavenITmng6256SpecialCharsAlternatePOMLocation( String constraint )
{
super( constraint );
}

/**
* check script is working when path to POM is set to <code>directory-with- -space</code>
*
Expand Down
4 changes: 2 additions & 2 deletions core-it-support/core-it-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.6.4</version>
<version>3.3.0</version>
</plugin>
</plugins>
</pluginManagement>
Expand All @@ -121,7 +121,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.6.4</version>
<version>3.3.0</version>
</plugin>
</plugins>
</reporting>
Expand Down

0 comments on commit cf0cced

Please sign in to comment.