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:
Jason van Zyl 2006-10-25 13:41:43 +00:00
parent 550af7f43c
commit 48de6a055e
14 changed files with 18 additions and 20 deletions

View File

@ -1,7 +1,7 @@
<model> <model>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven</groupId> <groupId>org.apache.maven</groupId>
<artifactId>maven-core-it0012-child-project</artifactId> <artifactId>child-project</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>3.0.3</version> <version>3.0.3</version>
<build> <build>

View File

@ -1,7 +1,7 @@
<model> <model>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven.its.it0039</groupId> <groupId>org.apache.maven.its.it0039</groupId>
<artifactId>maven-core-it0039-p1</artifactId> <artifactId>maven-it-it0039-p1</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<dependencies> <dependencies>

View File

@ -1,7 +1,7 @@
<model> <model>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven.its.it0039</groupId> <groupId>org.apache.maven.its.it0039</groupId>
<artifactId>maven-core-it0039-p1</artifactId> <artifactId>maven-it-it0039-p1</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.0</version> <version>1.0</version>
<dependencies> <dependencies>

View File

@ -1,4 +1,4 @@
package org.apache.maven.it0000; package org.apache.maven.it0039;
public class Person public class Person
{ {

View File

@ -1,4 +1,4 @@
package org.apache.maven.it0000; package org.apache.maven.it0039;
import junit.framework.TestCase; import junit.framework.TestCase;

View File

@ -1,7 +1,7 @@
<model> <model>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven.its.it0039</groupId> <groupId>org.apache.maven.its.it0039</groupId>
<artifactId>maven-core-it0039-p2</artifactId> <artifactId>maven-it-it0039-p2</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<dependencies> <dependencies>

View File

@ -1,7 +1,7 @@
<model> <model>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven.its.it0039</groupId> <groupId>org.apache.maven.its.it0039</groupId>
<artifactId>maven-core-it0039-p2</artifactId> <artifactId>maven-it-it0039-p2</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.0</version> <version>1.0</version>
<dependencies> <dependencies>

View File

@ -1,4 +1,4 @@
package org.apache.maven.it0000; package org.apache.maven.it0039;
public class Person2 public class Person2
{ {

View File

@ -1,4 +1,4 @@
package it0039.project2.src.test.java.org.apache.maven.it0039; package org.apache.maven.it0039;
import junit.framework.TestCase; import junit.framework.TestCase;
@ -7,7 +7,7 @@ public class Person2Test
{ {
public void testPerson() public void testPerson()
{ {
Person person = new Person(); Person2 person = new Person2();
person.setName( "foo" ); person.setName( "foo" );

View File

@ -4,7 +4,7 @@
<groupId>org.apache.maven.its.it0040</groupId> <groupId>org.apache.maven.its.it0040</groupId>
<artifactId>maven-it-it0040</artifactId> <artifactId>maven-it-it0040</artifactId>
<description>Test the use of a packaging from a plugin</description> <description>Test the use of a packaging from a plugin</description>
<packaging>coreit-packaging</packaging> <packaging>it-packaging</packaging>
<version>1.0</version> <version>1.0</version>
<build> <build>
<plugins> <plugins>

View File

@ -10,7 +10,7 @@
<groupId>org.apache.maven</groupId> <groupId>org.apache.maven</groupId>
<artifactId>maven-core-it-support</artifactId> <artifactId>maven-core-it-support</artifactId>
<version>1.2</version> <version>1.2</version>
<type>coreit-artifact</type> <type>it-artifact</type>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>

View File

@ -1,4 +1,4 @@
package org.apache.maven.it00065; package org.apache.maven.it0065;
import junit.framework.TestCase; import junit.framework.TestCase;

View File

@ -9,14 +9,14 @@
<version>1.0</version> <version>1.0</version>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.apache.maven.it</groupId> <groupId>org.apache.maven.its.it0077</groupId>
<artifactId>maven-it0077-sub1</artifactId> <artifactId>sub1</artifactId>
<version>1.0</version> <version>1.0</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.maven.it</groupId> <groupId>org.apache.maven.its.it0077</groupId>
<artifactId>maven-it0077-sub1</artifactId> <artifactId>sub1</artifactId>
<type>test-jar</type> <type>test-jar</type>
<version>1.0</version> <version>1.0</version>
<scope>test</scope> <scope>test</scope>

View File

@ -5,9 +5,7 @@
<groupId>org.apache.maven.its.it0082</groupId> <groupId>org.apache.maven.its.it0082</groupId>
<version>0.1</version> <version>0.1</version>
</parent> </parent>
<artifactId>test-plugin</artifactId>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-core-it-plugin</artifactId>
<packaging>maven-plugin</packaging> <packaging>maven-plugin</packaging>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<name>Test Plugin</name> <name>Test Plugin</name>