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 07:51:27 UTC

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

Author: martins
Date: Mon Aug  3 05:51:27 2009
New Revision: 800203

URL: http://svn.apache.org/viewvc?rev=800203&view=rev
Log:
1. Move maven-javadoc-plugin to install phase 
2. COnfigure maven-release-plugin to run CIBuild profile during release:perform 

Modified:
    incubator/wink/trunk/pom.xml

Modified: incubator/wink/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/pom.xml?rev=800203&r1=800202&r2=800203&view=diff
==============================================================================
--- incubator/wink/trunk/pom.xml (original)
+++ incubator/wink/trunk/pom.xml Mon Aug  3 05:51:27 2009
@@ -250,7 +250,7 @@
                       <!--
                         During release:perform, enable the "release" profile
                        -->
-                       <arguments>-PCIBuild</arguments>
+                       <releaseProfiles>-PCIBuild</releaseProfiles>
                     </configuration>
                 </plugin>
             </plugins>
@@ -509,7 +509,7 @@
                                 <goals>
                                     <goal>aggregate</goal>
                                 </goals>
-                                <phase>package</phase>
+                                <phase>install</phase>
                             </execution>
                         </executions>
                     </plugin>