mirror of https://github.com/apache/maven.git
fix wrong test poms
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329865 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
aaf2b81012
commit
ac3b55f3de
|
@ -1,4 +1,5 @@
|
|||
<project>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>eclipsetest</groupId>
|
||||
<artifactId>direct-compile</artifactId>
|
||||
|
@ -6,27 +7,29 @@
|
|||
<distributionManagement>
|
||||
<status>verified</status>
|
||||
</distributionManagement>
|
||||
<dependency>
|
||||
<groupId>eclipsetest</groupId>
|
||||
<artifactId>deps-direct-compile</artifactId>
|
||||
<version>1.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>eclipsetest</groupId>
|
||||
<artifactId>deps-direct-test</artifactId>
|
||||
<version>1.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>eclipsetest</groupId>
|
||||
<artifactId>deps-direct-provided</artifactId>
|
||||
<version>1.0</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>eclipsetest</groupId>
|
||||
<artifactId>deps-direct-optional</artifactId>
|
||||
<version>1.0</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>eclipsetest</groupId>
|
||||
<artifactId>deps-direct-compile</artifactId>
|
||||
<version>1.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>eclipsetest</groupId>
|
||||
<artifactId>deps-direct-test</artifactId>
|
||||
<version>1.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>eclipsetest</groupId>
|
||||
<artifactId>deps-direct-provided</artifactId>
|
||||
<version>1.0</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>eclipsetest</groupId>
|
||||
<artifactId>deps-direct-optional</artifactId>
|
||||
<version>1.0</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<project>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>eclipsetest</groupId>
|
||||
<artifactId>refproject-compile</artifactId>
|
||||
|
@ -6,27 +7,29 @@
|
|||
<distributionManagement>
|
||||
<status>verified</status>
|
||||
</distributionManagement>
|
||||
<dependency>
|
||||
<groupId>eclipsetest</groupId>
|
||||
<artifactId>deps-refproject-compile</artifactId>
|
||||
<version>1.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>eclipsetest</groupId>
|
||||
<artifactId>deps-refproject-test</artifactId>
|
||||
<version>1.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>eclipsetest</groupId>
|
||||
<artifactId>deps-refproject-provided</artifactId>
|
||||
<version>1.0</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>eclipsetest</groupId>
|
||||
<artifactId>deps-refproject-optional</artifactId>
|
||||
<version>1.0</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>eclipsetest</groupId>
|
||||
<artifactId>deps-refproject-compile</artifactId>
|
||||
<version>1.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>eclipsetest</groupId>
|
||||
<artifactId>deps-refproject-test</artifactId>
|
||||
<version>1.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>eclipsetest</groupId>
|
||||
<artifactId>deps-refproject-provided</artifactId>
|
||||
<version>1.0</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>eclipsetest</groupId>
|
||||
<artifactId>deps-refproject-optional</artifactId>
|
||||
<version>1.0</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue