diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-09-04 22:45:53 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-09-04 22:45:53 +0200 |
commit | ff09a3633d464c61ccbe44166595f9db285d8314 (patch) | |
tree | a3215935c6ebf2a8586ab264fc06d0893422edc9 /org.eclipse.jgit.pgm.test/pom.xml | |
parent | f68ffb48eb16171da3d42b91f20c842201ea7431 (diff) | |
parent | 4eefa881b311e195af4396c575ebe1b1cac54ab5 (diff) | |
download | jgit-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.pgm.test/pom.xml')
-rw-r--r-- | org.eclipse.jgit.pgm.test/pom.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/org.eclipse.jgit.pgm.test/pom.xml b/org.eclipse.jgit.pgm.test/pom.xml index 5a3905ff2e..bf08d7cd82 100644 --- a/org.eclipse.jgit.pgm.test/pom.xml +++ b/org.eclipse.jgit.pgm.test/pom.xml @@ -106,5 +106,24 @@ <build> <sourceDirectory>src/</sourceDirectory> <testSourceDirectory>tst/</testSourceDirectory> + <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>-Djava.io.tmpdir=${project.build.directory}</argLine> + </configuration> + </plugin> + </plugins> </build> </project> |