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/01 20:50:19 UTC

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

Author: skitching
Date: Fri Feb  1 11:50:11 2008
New Revision: 617620

URL: http://svn.apache.org/viewvc?rev=617620&view=rev
Log:
Minor doc improvements

Modified:
    myfaces/orchestra/trunk/pom.xml

Modified: myfaces/orchestra/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/pom.xml?rev=617620&r1=617619&r2=617620&view=diff
==============================================================================
--- myfaces/orchestra/trunk/pom.xml (original)
+++ myfaces/orchestra/trunk/pom.xml Fri Feb  1 11:50:11 2008
@@ -9,11 +9,16 @@
   - It will therefore stay at version 1.0-snapshot forever.
   -
   - To build all orchestra code and install into your local maven repository, run "mvn install".
+  - Alternatively, use "mvn -Pgenerate-assembly install"; this takes longer but creates some other useful
+  - artifacts like javadoc and tlddoc jars.
   -
   - The Orchestra modules are released on independent lifecycles; there are "core", "core15" etc releases,
   - but no "all of Orchestra" release. There is therefore no mvn task defined to build a single tgz/zip
   - file; instead run "mvn assembly:assembly" within each module to generate the download bundle for that
   - module.
+  -
+  - To publish things to the snapshot repository, use
+  -  mvn -Pgenerate-assembly deploy
   -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0"