mirror of https://github.com/apache/maven.git
o Strengthened IT as suggested by r601095
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@743057 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
98b33e1a8a
commit
e63ee1413e
|
@ -45,6 +45,7 @@ under the License.
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
<!-- model dependencies first, in the order given -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.maven.its.mng1412</groupId>
|
<groupId>org.apache.maven.its.mng1412</groupId>
|
||||||
<artifactId>a</artifactId>
|
<artifactId>a</artifactId>
|
||||||
|
@ -60,12 +61,30 @@ under the License.
|
||||||
<artifactId>b</artifactId>
|
<artifactId>b</artifactId>
|
||||||
<version>0.1</version>
|
<version>0.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
|
||||||
|
<profiles>
|
||||||
|
<profile>
|
||||||
|
<id>mng-1412</id>
|
||||||
|
<activation>
|
||||||
|
<activeByDefault>true</activeByDefault>
|
||||||
|
</activation>
|
||||||
|
<!-- profile dependencies last, in the order given -->
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<!-- deliberately respecifying this dep to check merging behavior -->
|
||||||
|
<groupId>org.apache.maven.its.mng1412</groupId>
|
||||||
|
<artifactId>a</artifactId>
|
||||||
|
<version>0.1</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.maven.its.mng1412</groupId>
|
<groupId>org.apache.maven.its.mng1412</groupId>
|
||||||
<artifactId>d</artifactId>
|
<artifactId>d</artifactId>
|
||||||
<version>0.1</version>
|
<version>0.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
</profile>
|
||||||
|
</profiles>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
|
Loading…
Reference in New Issue