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 2022/01/11 17:26:39 UTC

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

Author: dkulp
Date: Tue Jan 11 17:26:39 2022
New Revision: 1896919

URL: http://svn.apache.org/viewvc?rev=1896919&view=rev
Log:
force should go in extra args

Modified:
    cxf/web/pom.xml

Modified: cxf/web/pom.xml
URL: http://svn.apache.org/viewvc/cxf/web/pom.xml?rev=1896919&r1=1896918&r2=1896919&view=diff
==============================================================================
--- cxf/web/pom.xml (original)
+++ cxf/web/pom.xml Tue Jan 11 17:26:39 2022
@@ -187,7 +187,7 @@
         <profile>
             <id>forceAll</id>
             <properties>
-                <svn.arg1>-force</svn.arg1>
+                <extra.arg>-force</extra.arg>
             </properties>
         </profile>
     </profiles>