mirror of
https://github.com/apache/maven.git
synced 2025-03-04 07:39:36 +00:00
Initial revision
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162799 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9860371d4b
commit
aa2501b1b7
9
maven-core-it/it1000/.cvsignore
Normal file
9
maven-core-it/it1000/.cvsignore
Normal file
@ -0,0 +1,9 @@
|
||||
*~
|
||||
*.log
|
||||
target
|
||||
*.ipr
|
||||
*.iws
|
||||
dist
|
||||
target
|
||||
.classpath
|
||||
.project
|
3
maven-core-it/it1000/expected-results.txt
Normal file
3
maven-core-it/it1000/expected-results.txt
Normal file
@ -0,0 +1,3 @@
|
||||
target/classes/org/apache/maven/it0000/Person.class
|
||||
target/test-classes/org/apache/maven/it0000/PersonTest.class
|
||||
target/maven-core-it0000-1.0.jar
|
1
maven-core-it/it1000/goals.txt
Normal file
1
maven-core-it/it1000/goals.txt
Normal file
@ -0,0 +1 @@
|
||||
jar:jar
|
5
maven-core-it/it1000/pom.xml
Normal file
5
maven-core-it/it1000/pom.xml
Normal file
@ -0,0 +1,5 @@
|
||||
<projectX>
|
||||
<groupId>maven</groupId>
|
||||
<artifactId>maven-core-it1000</artifactId>
|
||||
<version>1.0</version>
|
||||
</project>
|
@ -0,0 +1,5 @@
|
||||
package org.apache.maven.it1000;
|
||||
|
||||
public class Dummy
|
||||
{
|
||||
}
|
9
maven-core-it/it1001/.cvsignore
Normal file
9
maven-core-it/it1001/.cvsignore
Normal file
@ -0,0 +1,9 @@
|
||||
*~
|
||||
*.log
|
||||
target
|
||||
*.ipr
|
||||
*.iws
|
||||
dist
|
||||
target
|
||||
.classpath
|
||||
.project
|
3
maven-core-it/it1001/expected-results.txt
Normal file
3
maven-core-it/it1001/expected-results.txt
Normal file
@ -0,0 +1,3 @@
|
||||
target/classes/org/apache/maven/it0000/Person.class
|
||||
target/test-classes/org/apache/maven/it0000/PersonTest.class
|
||||
target/maven-core-it0000-1.0.jar
|
1
maven-core-it/it1001/goals.txt
Normal file
1
maven-core-it/it1001/goals.txt
Normal file
@ -0,0 +1 @@
|
||||
jar:jar
|
5
maven-core-it/it1001/pom.xml
Normal file
5
maven-core-it/it1001/pom.xml
Normal file
@ -0,0 +1,5 @@
|
||||
<projectX>
|
||||
<groupId>maven</groupId>
|
||||
<artifactId>maven-core-it1001</artifactId>
|
||||
<version>1.0</version>
|
||||
</project>
|
@ -0,0 +1,5 @@
|
||||
package org.apache.maven.it1000;
|
||||
|
||||
public class Dummy
|
||||
{
|
||||
}
|
9
maven-core-it/it1002/.cvsignore
Normal file
9
maven-core-it/it1002/.cvsignore
Normal file
@ -0,0 +1,9 @@
|
||||
*~
|
||||
*.log
|
||||
target
|
||||
*.ipr
|
||||
*.iws
|
||||
dist
|
||||
target
|
||||
.classpath
|
||||
.project
|
3
maven-core-it/it1002/expected-results.txt
Normal file
3
maven-core-it/it1002/expected-results.txt
Normal file
@ -0,0 +1,3 @@
|
||||
target/classes/org/apache/maven/it0000/Person.class
|
||||
target/test-classes/org/apache/maven/it0000/PersonTest.class
|
||||
target/maven-core-it0000-1.0.jar
|
1
maven-core-it/it1002/goals.txt
Normal file
1
maven-core-it/it1002/goals.txt
Normal file
@ -0,0 +1 @@
|
||||
jar:jar
|
5
maven-core-it/it1002/pom.xml
Normal file
5
maven-core-it/it1002/pom.xml
Normal file
@ -0,0 +1,5 @@
|
||||
<projectX>
|
||||
<groupId>maven</groupId>
|
||||
<artifactId>maven-core-it1002</artifactId>
|
||||
<version>1.0</version>
|
||||
</project>
|
@ -0,0 +1,6 @@
|
||||
package org.apache.maven.it1002;
|
||||
|
||||
public class Person
|
||||
{
|
||||
intt foo;
|
||||
}
|
9
maven-core-it/it1003/.cvsignore
Normal file
9
maven-core-it/it1003/.cvsignore
Normal file
@ -0,0 +1,9 @@
|
||||
*~
|
||||
*.log
|
||||
target
|
||||
*.ipr
|
||||
*.iws
|
||||
dist
|
||||
target
|
||||
.classpath
|
||||
.project
|
4
maven-core-it/it1003/expected-results.txt
Normal file
4
maven-core-it/it1003/expected-results.txt
Normal file
@ -0,0 +1,4 @@
|
||||
target/classes/org/apache/maven/it0001/Person.class
|
||||
target/test-classes/org/apache/maven/it0001/PersonTest.class
|
||||
target/maven-core-it0001-1.0.jar
|
||||
target/maven-core-it0001-1.0.jar!/it0001.properties
|
1
maven-core-it/it1003/goals.txt
Normal file
1
maven-core-it/it1003/goals.txt
Normal file
@ -0,0 +1 @@
|
||||
jar:jar
|
13
maven-core-it/it1003/pom.xml
Normal file
13
maven-core-it/it1003/pom.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<project>
|
||||
<groupId>maven</groupId>
|
||||
<artifactId>maven-core-it1003</artifactId>
|
||||
<version>1.0</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>3.8.1</version>
|
||||
<type>test</type>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
@ -0,0 +1,16 @@
|
||||
package org.apache.maven.it1003;
|
||||
|
||||
public class Person
|
||||
{
|
||||
private String name;
|
||||
|
||||
public void setName( String name )
|
||||
{
|
||||
this.name = name;
|
||||
}
|
||||
|
||||
public String getName()
|
||||
{
|
||||
return name;
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
package org.apache.maven.it1003;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
public class PersonTest
|
||||
extends TestCase
|
||||
{
|
||||
public void testPerson()
|
||||
{
|
||||
assertTrue( false );
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user