aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ant.test/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2013-09-04 22:45:53 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2013-09-04 22:45:53 +0200
commitff09a3633d464c61ccbe44166595f9db285d8314 (patch)
treea3215935c6ebf2a8586ab264fc06d0893422edc9 /org.eclipse.jgit.ant.test/pom.xml
parentf68ffb48eb16171da3d42b91f20c842201ea7431 (diff)
parent4eefa881b311e195af4396c575ebe1b1cac54ab5 (diff)
downloadjgit-ff09a3633d464c61ccbe44166595f9db285d8314.tar.gz
jgit-ff09a3633d464c61ccbe44166595f9db285d8314.zip
Merge branch 'stable-3.0'
* stable-3.0: Prepare post 3.0.2-rc2 builds JGit v3.0.2.201309041250-rc2 Uncomment eclipse-jar-signer plugin Update build to use CBI jarsigner plugin Update maven plugins Update to Orbit Kepler SR1 release R20130827064939 Change-Id: Iaa8bba21c300dd1de2b91a77cddf6727fbc66340 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.ant.test/pom.xml')
-rw-r--r--org.eclipse.jgit.ant.test/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/org.eclipse.jgit.ant.test/pom.xml b/org.eclipse.jgit.ant.test/pom.xml
index 5bb54ee917..359d477156 100644
--- a/org.eclipse.jgit.ant.test/pom.xml
+++ b/org.eclipse.jgit.ant.test/pom.xml
@@ -92,6 +92,17 @@
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>-Xmx256m -Dfile.encoding=UTF-8 -Djava.io.tmpdir=${project.build.directory}</argLine>