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>
|
||||
|
||||
<dependencies>
|
||||
<!-- model dependencies first, in the order given -->
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.its.mng1412</groupId>
|
||||
<artifactId>a</artifactId>
|
||||
|
@ -60,13 +61,31 @@ under the License.
|
|||
<artifactId>b</artifactId>
|
||||
<version>0.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.its.mng1412</groupId>
|
||||
<artifactId>d</artifactId>
|
||||
<version>0.1</version>
|
||||
</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>
|
||||
<groupId>org.apache.maven.its.mng1412</groupId>
|
||||
<artifactId>d</artifactId>
|
||||
<version>0.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
|
Loading…
Reference in New Issue