mirror of https://github.com/apache/maven.git
o lots of fixes that I missed because I fixed the copy and not the source
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@467652 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
550af7f43c
commit
48de6a055e
|
@ -1,7 +1,7 @@
|
|||
<model>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-core-it0012-child-project</artifactId>
|
||||
<artifactId>child-project</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>3.0.3</version>
|
||||
<build>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<model>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.maven.its.it0039</groupId>
|
||||
<artifactId>maven-core-it0039-p1</artifactId>
|
||||
<artifactId>maven-it-it0039-p1</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<dependencies>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<model>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.maven.its.it0039</groupId>
|
||||
<artifactId>maven-core-it0039-p1</artifactId>
|
||||
<artifactId>maven-it-it0039-p1</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.0</version>
|
||||
<dependencies>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package org.apache.maven.it0000;
|
||||
package org.apache.maven.it0039;
|
||||
|
||||
public class Person
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package org.apache.maven.it0000;
|
||||
package org.apache.maven.it0039;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<model>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.maven.its.it0039</groupId>
|
||||
<artifactId>maven-core-it0039-p2</artifactId>
|
||||
<artifactId>maven-it-it0039-p2</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<dependencies>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<model>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.maven.its.it0039</groupId>
|
||||
<artifactId>maven-core-it0039-p2</artifactId>
|
||||
<artifactId>maven-it-it0039-p2</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.0</version>
|
||||
<dependencies>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package org.apache.maven.it0000;
|
||||
package org.apache.maven.it0039;
|
||||
|
||||
public class Person2
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package it0039.project2.src.test.java.org.apache.maven.it0039;
|
||||
package org.apache.maven.it0039;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
|
@ -7,7 +7,7 @@ public class Person2Test
|
|||
{
|
||||
public void testPerson()
|
||||
{
|
||||
Person person = new Person();
|
||||
Person2 person = new Person2();
|
||||
|
||||
person.setName( "foo" );
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<groupId>org.apache.maven.its.it0040</groupId>
|
||||
<artifactId>maven-it-it0040</artifactId>
|
||||
<description>Test the use of a packaging from a plugin</description>
|
||||
<packaging>coreit-packaging</packaging>
|
||||
<packaging>it-packaging</packaging>
|
||||
<version>1.0</version>
|
||||
<build>
|
||||
<plugins>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-core-it-support</artifactId>
|
||||
<version>1.2</version>
|
||||
<type>coreit-artifact</type>
|
||||
<type>it-artifact</type>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package org.apache.maven.it00065;
|
||||
package org.apache.maven.it0065;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
|
|
|
@ -9,14 +9,14 @@
|
|||
<version>1.0</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.it</groupId>
|
||||
<artifactId>maven-it0077-sub1</artifactId>
|
||||
<groupId>org.apache.maven.its.it0077</groupId>
|
||||
<artifactId>sub1</artifactId>
|
||||
<version>1.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.it</groupId>
|
||||
<artifactId>maven-it0077-sub1</artifactId>
|
||||
<groupId>org.apache.maven.its.it0077</groupId>
|
||||
<artifactId>sub1</artifactId>
|
||||
<type>test-jar</type>
|
||||
<version>1.0</version>
|
||||
<scope>test</scope>
|
||||
|
|
|
@ -5,9 +5,7 @@
|
|||
<groupId>org.apache.maven.its.it0082</groupId>
|
||||
<version>0.1</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-core-it-plugin</artifactId>
|
||||
<artifactId>test-plugin</artifactId>
|
||||
<packaging>maven-plugin</packaging>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<name>Test Plugin</name>
|
||||
|
|
Loading…
Reference in New Issue