Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2015-04-15 18:54:33 +0000
committerJoakim Erdfelt2015-04-15 18:54:33 +0000
commitf206b2fcc603da309924c543cd70602497af4e90 (patch)
tree2019e0574cdafc0f15e5d1f905f841faa7388d5a
parent9362b1b46026117d744c538177eb704875c97d7a (diff)
parent07a6b8f3ab81025b2a1c8210fb2cdad4532d3c92 (diff)
downloadorg.eclipse.jetty.project-jetty-project-7.6.17.v20150415.tar.gz
org.eclipse.jetty.project-jetty-project-7.6.17.v20150415.tar.xz
org.eclipse.jetty.project-jetty-project-7.6.17.v20150415.zip
Merge branch 'jetty-7' into release-7jetty-project-7.6.17.v20150415
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 7267ae6beb..edb4015333 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,9 +35,14 @@
</configuration>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
+ <version>2.5.1</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
+ <arguments>
+ -Dtest=None
+ </arguments>
</configuration>
</plugin>
<plugin>

Back to the top