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

svn commit: r1355941 - /incubator/any23/trunk/pom.xml

Author: simonetripodi
Date: Sun Jul  1 16:00:20 2012
New Revision: 1355941

URL: http://svn.apache.org/viewvc?rev=1355941&view=rev
Log:
specified that `site` profile has to be enabled when deploying the site

Modified:
    incubator/any23/trunk/pom.xml

Modified: incubator/any23/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1355941&r1=1355940&r2=1355941&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Sun Jul  1 16:00:20 2012
@@ -252,7 +252,7 @@
      | then committing in one shot, i.e.
      |
      | svn co https://svn.apache.org/repos/asf/incubator/any23/site
-     | mvn site-deploy -Dsite.deploymentBaseUrl=file://path/to/checked/out/site
+     | mvn site-deploy -Dsite.deploymentBaseUrl=file://path/to/checked/out/site -P site
     -->
     <site.deploymentBaseUrl>svn:https://svn.apache.org/repos/asf/incubator/any23/site</site.deploymentBaseUrl>
     <downloads.url>http://www.apache.org/dist/incubator/any23</downloads.url>