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 2012/10/31 22:48:27 UTC

svn commit: r1404371 - /incubator/ctakes/trunk/pom.xml

Author: chenpei
Date: Wed Oct 31 21:48:27 2012
New Revision: 1404371

URL: http://svn.apache.org/viewvc?rev=1404371&view=rev
Log:
CTAKES-73 - Enable the release plugin to run in forked-path so it will prompt you for your pgp and svn pws and you wont have to pass it in the cli

Modified:
    incubator/ctakes/trunk/pom.xml

Modified: incubator/ctakes/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/pom.xml?rev=1404371&r1=1404370&r2=1404371&view=diff
==============================================================================
--- incubator/ctakes/trunk/pom.xml (original)
+++ incubator/ctakes/trunk/pom.xml Wed Oct 31 21:48:27 2012
@@ -489,6 +489,12 @@
 				<plugin>
 					<artifactId>maven-release-plugin</artifactId>
 					<version>2.3</version>
+	                                        <configuration>
+	                                                <useReleaseProfile>false</useReleaseProfile>
+	                                                <goals>deploy</goals>
+	                                                <arguments>-Papache-release</arguments>
+	                                                <mavenExecutorId>forked-path</mavenExecutorId> 
+	                                        </configuration>
 				</plugin>
 				<plugin>
 					<artifactId>maven-resources-plugin</artifactId>