You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2003/09/04 08:06:34 UTC

cvs commit: avalon-sandbox/framework maven.xml

mcconnell    2003/09/03 23:06:34

  Modified:    framework maven.xml
  Log:
  Add a little commentary.
  
  Revision  Changes    Path
  1.4       +15 -2     avalon-sandbox/framework/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/framework/maven.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- maven.xml	22 Aug 2003 12:33:57 -0000	1.3
  +++ maven.xml	4 Sep 2003 06:06:34 -0000	1.4
  @@ -32,6 +32,19 @@
     </goal>
   
     <goal name="avalon:build">
  +    
  +    <echo>
  +
  +Building the framework using the default target "avalon:build".
  +The complete set of target include:
  +
  +  avalon:clean
  +  avalon:build
  +  avalon:build-snapshot
  +  avalon:dist
  +  avalon:site
  +    </echo>
  +
       <maven:reactor
         basedir="${basedir}"
         includes="*/project.xml"
  @@ -54,8 +67,8 @@
         basedir="${basedir}"
         includes="*/project.xml"
         excludes="site/project.xml"
  -      goals="jar:install"
  -      banner="Building:"
  +      goals="jar:install-snapshot"
  +      banner="Building snapshot:"
         ignoreFailures="false"/>
     </goal>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org