mcconnell 2004/04/22 02:47:18 Modified: . maven.xml Log: Housekeeping. Revision Changes Path 1.17 +9 -3 avalon/maven.xml Index: maven.xml =================================================================== RCS file: /home/cvs/avalon/maven.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- maven.xml 22 Apr 2004 08:07:27 -0000 1.16 +++ maven.xml 22 Apr 2004 09:47:18 -0000 1.17 @@ -8,9 +8,9 @@ <echo> To build the avalon platform you need to invoke the following three goals: - $ maven plugins <--- builds the core plugins - $ maven meta <--- builds framework, utilities, meta and the meta api - $ maven merlin <!-- builds repository, logging, composition, activation and merlin + $ maven plugins --- builds the core plugins + $ maven meta --- builds framework, utilities, meta and the meta api + $ maven merlin --- builds repository, logging, composition, activation and merlin Subsequent builds can be updated using: @@ -48,6 +48,12 @@ <goal name="composition" prereqs="repository,logging,xcomposition"/> <goal name="activation" prereqs="composition,xactivation"/> <goal name="merlin" prereqs="activation,xmerlin"/> + + <!-- phase 4 targets --> + <goal name="tutorials" prereqs="xtutorials"/> + + + <!-- local goals --> <goal name="xframework"> <maven:reactor basedir="${basedir}"
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]