You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wink.apache.org by ma...@apache.org on 2009/08/03 09:17:10 UTC

svn commit: r800228 - /incubator/wink/trunk/pom.xml

Author: martins
Date: Mon Aug  3 07:17:09 2009
New Revision: 800228

URL: http://svn.apache.org/viewvc?rev=800228&view=rev
Log:
Fix maven-javadoc-plugin <arguments> CIBuild profile

Modified:
    incubator/wink/trunk/pom.xml

Modified: incubator/wink/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/pom.xml?rev=800228&r1=800227&r2=800228&view=diff
==============================================================================
--- incubator/wink/trunk/pom.xml (original)
+++ incubator/wink/trunk/pom.xml Mon Aug  3 07:17:09 2009
@@ -246,11 +246,8 @@
                       <tagBase>https://svn.apache.org/repos/asf/incubator/wink/tags</tagBase>
                       <preparationGoals>clean install</preparationGoals>
                       <autoVersionSubmodules>true</autoVersionSubmodules>
-              
-                      <!--
-                        During release:perform, enable the "release" profile
-                       -->
-                       <releaseProfiles>CIBuild</releaseProfiles>
+                      <!-- Run  CIBuild profile -->
+                      <arguments>-PCIBuild</arguments>
                     </configuration>
                 </plugin>
             </plugins>