From 844bd74818fce68fadd8ef558fcbf661739c8878 Mon Sep 17 00:00:00 2001 From: Chris Aniszczyk Date: Thu, 19 May 2011 11:20:19 -0500 Subject: [PATCH] Add org.eclipse.jgit.ant.test to parent pom.xml Change-Id: I3fd0b509e03cbd5f2bf3bd6377287dab14e8728e Signed-off-by: Chris Aniszczyk --- org.eclipse.jgit.ant.test/pom.xml | 102 ++++++++++++++++++++++++++++++ pom.xml | 1 + 2 files changed, 103 insertions(+) create mode 100644 org.eclipse.jgit.ant.test/pom.xml 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