mirror of
https://github.com/apache/maven.git
synced 2025-02-21 17:40:48 +00:00
o test for MNG-2201
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@494923 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1850189aee
commit
98d94d70c0
@ -10,7 +10,8 @@
|
|||||||
<version>1-SNAPSHOT</version>
|
<version>1-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<modules>
|
<modules>
|
||||||
<module>maven-it-plugin-context-passing</module>
|
<module>maven-it-plugin-configuration</module>
|
||||||
|
<module>maven-it-plugin-context-passing</module>
|
||||||
<module>maven-it-plugin-fork</module>
|
<module>maven-it-plugin-fork</module>
|
||||||
<module>maven-it-plugin-generate-envar-properties</module>
|
<module>maven-it-plugin-generate-envar-properties</module>
|
||||||
<module>maven-it-plugin-generate-properties</module>
|
<module>maven-it-plugin-generate-properties</module>
|
||||||
|
@ -112,7 +112,7 @@ public static Test suite()
|
|||||||
suite.addTestSuite( MavenIT0101Test.class );
|
suite.addTestSuite( MavenIT0101Test.class );
|
||||||
suite.addTestSuite( MavenIT0102Test.class );
|
suite.addTestSuite( MavenIT0102Test.class );
|
||||||
suite.addTestSuite( MavenIT0103Test.class );
|
suite.addTestSuite( MavenIT0103Test.class );
|
||||||
// suite.addTestSuite(MavenIT0104Test.class);
|
suite.addTestSuite(MavenIT0104Test.class);
|
||||||
suite.addTestSuite( MavenIT0105Test.class );
|
suite.addTestSuite( MavenIT0105Test.class );
|
||||||
// suite.addTestSuite(MavenIT0106Test.class);
|
// suite.addTestSuite(MavenIT0106Test.class);
|
||||||
// suite.addTestSuite(MavenIT0107Test.class);
|
// suite.addTestSuite(MavenIT0107Test.class);
|
||||||
|
@ -5,17 +5,12 @@
|
|||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
|
|
||||||
/**
|
|
||||||
* #it0104 Commenting out, not fixed until post-2.0.4, due to dependency on new plexus-container-default version.
|
|
||||||
*/
|
|
||||||
public class MavenIT0104Test
|
public class MavenIT0104Test
|
||||||
extends AbstractMavenIntegrationTestCase
|
extends AbstractMavenIntegrationTestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Verify that plugin configurations are resolved correctly, particularly
|
* Verify that plugin configurations are resolved correctly.
|
||||||
* when they contain ${project.build.directory} in the string value of a
|
|
||||||
* Map.Entry.
|
|
||||||
*/
|
*/
|
||||||
public void testit0104()
|
public void testit0104()
|
||||||
throws Exception
|
throws Exception
|
||||||
|
Loading…
x
Reference in New Issue
Block a user