You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2011/03/28 19:00:17 UTC

svn commit: r1086298 - /cxf/web/pom.xml

Author: dkulp
Date: Mon Mar 28 17:00:17 2011
New Revision: 1086298

URL: http://svn.apache.org/viewvc?rev=1086298&view=rev
Log:
Add ability to pass an extra flag

Modified:
    cxf/web/pom.xml

Modified: cxf/web/pom.xml
URL: http://svn.apache.org/viewvc/cxf/web/pom.xml?rev=1086298&r1=1086297&r2=1086298&view=diff
==============================================================================
--- cxf/web/pom.xml (original)
+++ cxf/web/pom.xml Mon Mar 28 17:00:17 2011
@@ -28,11 +28,12 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.2</version>
+        <version>2.3.3</version>
     </parent>
 
     <properties>
         <cxf.version>2.4.0-SNAPSHOT</cxf.version>
+        <extra.arg></extra.arg>
     </properties>
 
     <dependencies>
@@ -87,6 +88,7 @@
                             <argument>${confluence.password}</argument>
                             <argument>-user</argument>
                             <argument>${confluence.user}</argument>
+                            <argument>${extra.arg}</argument>
                             <!--argument>-svn</argument>
                             <argument>-commit</argument>
                             <argument>-force</argument-->