Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2015-04-15 18:54:22 +0000
committerJoakim Erdfelt2015-04-15 18:54:22 +0000
commit07a6b8f3ab81025b2a1c8210fb2cdad4532d3c92 (patch)
tree54b29d26f20ad9620f18c483d0d1f67d59d156ee
parentde912f30076b3c9cd52f7499f3735dc637c44ba9 (diff)
downloadorg.eclipse.jetty.project-07a6b8f3ab81025b2a1c8210fb2cdad4532d3c92.tar.gz
org.eclipse.jetty.project-07a6b8f3ab81025b2a1c8210fb2cdad4532d3c92.tar.xz
org.eclipse.jetty.project-07a6b8f3ab81025b2a1c8210fb2cdad4532d3c92.zip
Disabling test in release
-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