Use -DskipTests instead of the other variety

Project: http://git-wip-us.apache.org/repos/asf/curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/31bfd93e
Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/31bfd93e
Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/31bfd93e

Branch: refs/heads/CURATOR-3.0
Commit: 31bfd93e3048bc043da594531552539bf35961e9
Parents: 905b062
Author: randgalt <randg...@apache.org>
Authored: Fri Nov 11 09:30:08 2016 -0500
Committer: randgalt <randg...@apache.org>
Committed: Fri Nov 11 09:30:08 2016 -0500

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/31bfd93e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 905342c..5c422e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -743,7 +743,7 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-release-plugin</artifactId>
                 <configuration>
-                    <arguments>-Dmaven.test.skip=true</arguments>
+                    <arguments>-DskipTests</arguments>
                     <mavenExecutorId>forked-path</mavenExecutorId>
                 </configuration>
             </plugin>

Reply via email to