Skip to content

Commit

Permalink
Fix IT to not use m-install-p 4.0-alpha (apache#357)
Browse files Browse the repository at this point in the history
* Disable MNG-6330 because it now validly finds the parent given the path is not specified
* Add missing roots
  • Loading branch information
gnodet authored Sep 28, 2024
1 parent 6a54531 commit 101fe8f
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*/
public class MavenITmng6330RelativePath extends AbstractMavenIntegrationTestCase {
public MavenITmng6330RelativePath() {
super("(,3.5.0),(3.5.2,)");
super("(,3.5.0),(3.5.2,4.0.0-beta-5)");
}

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ void testSingleMojoNoPom() throws Exception {
File testDir = ResourceExtractor.simpleExtractResources(getClass(), "/mng-7679");

Verifier verifier = newVerifier(testDir.getAbsolutePath());
verifier.addCliArgument("install:install-file");
verifier.addCliArgument("org.apache.maven.plugins:maven-install-plugin:3.0.1:install-file");
verifier.addCliArgument("-Dfile=mng-7679.txt");
verifier.addCliArgument("-DgroupId=org.apache.maven.it.mng7679");
verifier.addCliArgument("-DartifactId=artifact");
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.

0 comments on commit 101fe8f

Please sign in to comment.