You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/02/05 20:05:38 UTC

svn commit: r618749 - /myfaces/orchestra/trunk/pom.xml

Author: skitching
Date: Tue Feb  5 11:05:36 2008
New Revision: 618749

URL: http://svn.apache.org/viewvc?rev=618749&view=rev
Log:
Add comment re publishing websites

Modified:
    myfaces/orchestra/trunk/pom.xml

Modified: myfaces/orchestra/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/pom.xml?rev=618749&r1=618748&r2=618749&view=diff
==============================================================================
--- myfaces/orchestra/trunk/pom.xml (original)
+++ myfaces/orchestra/trunk/pom.xml Tue Feb  5 11:05:36 2008
@@ -19,6 +19,16 @@
   -
   - To publish things to the snapshot repository, use
   -  mvn -Pgenerate-assembly deploy
+  -
+  - To publish sites, run the following *in each submodule*:
+  -  mvn -Pgenerate-site site-deploy
+  - Do NOT run that command in the top-level directory, as there is a nasty maven site-plugin bug that
+  - causes submodules to fail to find their site.xml files. See:
+  - * http://jira.codehaus.org/browse/MSITE-279
+  - * http://jira.codehaus.org/browse/MSITE-270
+  - * http://jira.codehaus.org/browse/MSITE-262
+  - * http://jira.codehaus.org/browse/MSITE-256
+  - * http://jira.codehaus.org/browse/MSITE-245
   -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0"