You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2015/09/06 11:01:09 UTC

svn commit: r1701448 - /webservices/woden/trunk/java/pom.xml

Author: veithen
Date: Sun Sep  6 09:01:08 2015
New Revision: 1701448

URL: http://svn.apache.org/r1701448
Log:
mvn clean verify works just fine.

Modified:
    webservices/woden/trunk/java/pom.xml

Modified: webservices/woden/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/pom.xml?rev=1701448&r1=1701447&r2=1701448&view=diff
==============================================================================
--- webservices/woden/trunk/java/pom.xml (original)
+++ webservices/woden/trunk/java/pom.xml Sun Sep  6 09:01:08 2015
@@ -253,10 +253,6 @@
                         <configuration>
                             <tagBase>https://svn.apache.org/repos/asf/webservices/woden/tags/</tagBase>
                             <autoVersionSubmodules>true</autoVersionSubmodules>
-                            <!-- The default value "clean verify" is not appropriate. If the install
-                                 phase is not executed, then the current build will pick up artifacts
-                                 from a previous build. -->
-                            <preparationGoals>clean install</preparationGoals>
                         </configuration>
                     </plugin>
                 </plugins>