You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ch...@apache.org on 2014/11/07 22:36:03 UTC

svn commit: r1637454 - /ctakes/trunk/pom.xml

Author: chenpei
Date: Fri Nov  7 21:36:03 2014
New Revision: 1637454

URL: http://svn.apache.org/r1637454
Log:
CTAKES-323 - Creating a branch for 3.2.1. Skip tests during deploy phase under -Papache profile.

Modified:
    ctakes/trunk/pom.xml

Modified: ctakes/trunk/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/pom.xml?rev=1637454&r1=1637453&r2=1637454&view=diff
==============================================================================
--- ctakes/trunk/pom.xml (original)
+++ ctakes/trunk/pom.xml Fri Nov  7 21:36:03 2014
@@ -714,7 +714,7 @@
 	                   <configuration>
 	                      <useReleaseProfile>false</useReleaseProfile>
 	                      <goals>deploy</goals>
-	                      <arguments>-Papache-release</arguments>
+	                      <arguments>-Papache-release -DskipTests</arguments>
 	                      <mavenExecutorId>forked-path</mavenExecutorId> 
 	                    </configuration>
 				</plugin>