You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by lh...@apache.org on 2012/07/24 21:50:50 UTC

svn commit: r1365260 - /shiro/trunk/pom.xml

Author: lhazlewood
Date: Tue Jul 24 19:50:49 2012
New Revision: 1365260

URL: http://svn.apache.org/viewvc?rev=1365260&view=rev
Log:
Updated release plugin's arguments

Modified:
    shiro/trunk/pom.xml

Modified: shiro/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shiro/trunk/pom.xml?rev=1365260&r1=1365259&r2=1365260&view=diff
==============================================================================
--- shiro/trunk/pom.xml (original)
+++ shiro/trunk/pom.xml Tue Jul 24 19:50:49 2012
@@ -447,7 +447,7 @@
                     <!-- This configuration copied from apache:apache:7 parent pom -->
                     <useReleaseProfile>false</useReleaseProfile>
                     <goals>deploy site-deploy</goals>
-                    <arguments>-Papache-release</arguments>
+                    <arguments>-Pdocs,apache-release</arguments>
                     <mavenExecutorId>forked-path</mavenExecutorId>
                 </configuration>
             </plugin>