diff --git a/org.eclipse.jgit.ant.test/pom.xml b/org.eclipse.jgit.ant.test/pom.xml new file mode 100644 index 000000000..3e7ac205a --- /dev/null +++ b/org.eclipse.jgit.ant.test/pom.xml @@ -0,0 +1,102 @@ + + + + + 4.0.0 + + + org.eclipse.jgit + org.eclipse.jgit-parent + 1.0.0-SNAPSHOT + + + org.eclipse.jgit.ant.test + JGit - Ant Tasks Tests + + + JUnit tests for the various ant tasks. + + + + + junit + junit + test + + + + org.eclipse.jgit + org.eclipse.jgit + ${project.version} + + + + org.eclipse.jgit + org.eclipse.jgit.junit + ${project.version} + + + + org.eclipse.jgit + org.eclipse.jgit.ant + ${project.version} + + + + + + src/ + + + + maven-surefire-plugin + + -Xmx256m -Dfile.encoding=UTF-8 + + + + + diff --git a/pom.xml b/pom.xml index 98f8a02fc..76c0dbe4a 100644 --- a/pom.xml +++ b/pom.xml @@ -402,6 +402,7 @@ org.eclipse.jgit.junit.http org.eclipse.jgit.test + org.eclipse.jgit.ant.test org.eclipse.jgit.http.test org.eclipse.jgit.storage.dht.test