mirror of https://github.com/apache/maven.git
more fixing of package, again i edited the copy ...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@467661 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
48de6a055e
commit
fdfdbb491d
|
@ -1,9 +1,10 @@
|
|||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<name>Maven Integration Test :: it0083</name>
|
||||
<name>Maven Integration Test :: it0083</name>
|
||||
<groupId>org.apache.maven.its.it0083</groupId>
|
||||
<artifactId>maven-it-it0083</artifactId>
|
||||
<description>Verify that overriding a compile time dependency as provided in a WAR ensures it is not included.</description>
|
||||
<description>Verify that overriding a compile time dependency as provided in a WAR ensures it is not included.
|
||||
</description>
|
||||
<version>0.1</version>
|
||||
<packaging>pom</packaging>
|
||||
<modules>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<artifactId>maven-it-it0083</artifactId>
|
||||
<groupId>org.apache.maven.its.it0083</groupId>
|
||||
<version>0.1</version>
|
||||
<parent>
|
||||
<artifactId>maven-it-it0083</artifactId>
|
||||
<groupId>org.apache.maven.its.it0083</groupId>
|
||||
<version>0.1</version>
|
||||
</parent>
|
||||
<artifactId>test-component-a</artifactId>
|
||||
<version>0.1</version>
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<artifactId>maven-it-it0083</artifactId>
|
||||
<groupId>org.apache.maven.its.it0083</groupId>
|
||||
<version>0.1</version>
|
||||
<parent>
|
||||
<artifactId>maven-it-it0083</artifactId>
|
||||
<groupId>org.apache.maven.its.it0083</groupId>
|
||||
<version>0.1</version>
|
||||
</parent>
|
||||
<artifactId>test-component-b</artifactId>
|
||||
<version>0.1</version>
|
||||
<name>Test Component B</name>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>test</groupId>
|
||||
<artifactId>test-component-a</artifactId>
|
||||
<version>0.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.its.it0083</groupId>
|
||||
<artifactId>test-component-a</artifactId>
|
||||
<version>0.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
|
@ -1,27 +1,25 @@
|
|||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<artifactId>maven-it-it0083</artifactId>
|
||||
<groupId>org.apache.maven.its.it0083</groupId>
|
||||
<version>0.1</version>
|
||||
<parent>
|
||||
<artifactId>maven-it-it0083</artifactId>
|
||||
<groupId>org.apache.maven.its.it0083</groupId>
|
||||
<version>0.1</version>
|
||||
</parent>
|
||||
<artifactId>test-component-c</artifactId>
|
||||
<version>0.1</version>
|
||||
<name>Test Component C</name>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>test</groupId>
|
||||
<artifactId>test-component-b</artifactId>
|
||||
<version>0.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>test</groupId>
|
||||
<artifactId>test-component-a</artifactId>
|
||||
<version>0.1</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.its.it0083</groupId>
|
||||
<artifactId>test-component-b</artifactId>
|
||||
<version>0.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.its.it0083</groupId>
|
||||
<artifactId>test-component-a</artifactId>
|
||||
<version>0.1</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<name>Maven Integration Test :: it0084</name>
|
||||
<name>Maven Integration Test :: it0084</name>
|
||||
<groupId>org.apache.maven.its.it0084</groupId>
|
||||
<artifactId>maven-it-it0084</artifactId>
|
||||
<description>Verify that the collector selecting a particular version gets the correct subtree</description>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<artifactId>maven-it-it0084</artifactId>
|
||||
<groupId>org.apache.maven.its.it0084</groupId>
|
||||
<version>0.1</version>
|
||||
<parent>
|
||||
<artifactId>maven-it-it0084</artifactId>
|
||||
<groupId>org.apache.maven.its.it0084</groupId>
|
||||
<version>0.1</version>
|
||||
</parent>
|
||||
<artifactId>test-component-a</artifactId>
|
||||
<version>0.1</version>
|
||||
|
@ -12,8 +12,8 @@
|
|||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-core-it-support</artifactId>
|
||||
<version>1.4</version>
|
||||
<artifactId>maven-core-it-support</artifactId>
|
||||
<version>1.4</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
|
@ -1,20 +1,19 @@
|
|||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<artifactId>maven-it-it0084</artifactId>
|
||||
<groupId>org.apache.maven.its.it0084</groupId>
|
||||
<version>0.1</version>
|
||||
<parent>
|
||||
<artifactId>maven-it-it0084</artifactId>
|
||||
<groupId>org.apache.maven.its.it0084</groupId>
|
||||
<version>0.1</version>
|
||||
</parent>
|
||||
<artifactId>test-component-b</artifactId>
|
||||
<version>0.1</version>
|
||||
<name>Test Component B</name>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-core-it-support</artifactId>
|
||||
<version>1.3</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-core-it-support</artifactId>
|
||||
<version>1.3</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
|
@ -1,31 +1,29 @@
|
|||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<artifactId>maven-it-it0084</artifactId>
|
||||
<groupId>org.apache.maven.its.it0084</groupId>
|
||||
<version>0.1</version>
|
||||
<parent>
|
||||
<artifactId>maven-it-it0084</artifactId>
|
||||
<groupId>org.apache.maven.its.it0084</groupId>
|
||||
<version>0.1</version>
|
||||
</parent>
|
||||
<artifactId>test-component-c</artifactId>
|
||||
<version>0.1</version>
|
||||
<name>Test Component C</name>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-core-it-support</artifactId>
|
||||
<version>1.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>test</groupId>
|
||||
<artifactId>test-component-a</artifactId>
|
||||
<version>0.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>test</groupId>
|
||||
<artifactId>test-component-b</artifactId>
|
||||
<version>0.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-core-it-support</artifactId>
|
||||
<version>1.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.its.it0084</groupId>
|
||||
<artifactId>test-component-a</artifactId>
|
||||
<version>0.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.its.it0084</groupId>
|
||||
<artifactId>test-component-b</artifactId>
|
||||
<version>0.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue