You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by si...@apache.org on 2012/01/06 18:54:23 UTC

svn commit: r1228305 - /maven/skins/trunk/pom.xml

Author: simonetripodi
Date: Fri Jan  6 17:54:23 2012
New Revision: 1228305

URL: http://svn.apache.org/viewvc?rev=1228305&view=rev
Log:
include sites in the deploy process

Modified:
    maven/skins/trunk/pom.xml

Modified: maven/skins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/skins/trunk/pom.xml?rev=1228305&r1=1228304&r2=1228305&view=diff
==============================================================================
--- maven/skins/trunk/pom.xml (original)
+++ maven/skins/trunk/pom.xml Fri Jan  6 17:54:23 2012
@@ -80,6 +80,7 @@ under the License.
           <configuration>
             <tagBase>https://svn.apache.org/repos/asf/maven/skins/tags</tagBase>
             <arguments>-Prc,run-its,reporting</arguments>
+            <goals>deploy site-deploy</goals>
           </configuration>
         </plugin>
       </plugins>