You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by da...@apache.org on 2015/12/02 10:41:21 UTC

svn commit: r1717599 - /jackrabbit/trunk/jackrabbit-parent/pom.xml

Author: davide
Date: Wed Dec  2 09:41:21 2015
New Revision: 1717599

URL: http://svn.apache.org/viewvc?rev=1717599&view=rev
Log:
JCR-3924 - Allow release-deploy to skip tests

this should allow any argument passed in from command line to be still
get from maven-release. Difficult to test without doing a release.

Modified:
    jackrabbit/trunk/jackrabbit-parent/pom.xml

Modified: jackrabbit/trunk/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-parent/pom.xml?rev=1717599&r1=1717598&r2=1717599&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-parent/pom.xml Wed Dec  2 09:41:21 2015
@@ -204,7 +204,7 @@
           <configuration>
             <useReleaseProfile>false</useReleaseProfile>
             <goals>deploy</goals>
-            <arguments>-Papache-release,pedantic</arguments>
+            <arguments>-Papache-release,pedantic ${arguments}</arguments>
           </configuration>
         </plugin>
         <plugin>