dion        2003/09/17 00:36:57

  Modified:    .        maven.xml
  Log:
  Add maven:plugin-test goal
  
  Revision  Changes    Path
  1.90      +11 -1     maven/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/maven/maven.xml,v
  retrieving revision 1.89
  retrieving revision 1.90
  diff -u -r1.89 -r1.90
  --- maven.xml 4 Sep 2003 16:49:49 -0000       1.89
  +++ maven.xml 17 Sep 2003 07:36:57 -0000      1.90
  @@ -140,7 +140,17 @@
         />
   
     </goal>
  -  
  +
  +  <!-- ================================================================== -->
  +  <!-- R U N   P L U G I N   T E S T S                                    -->
  +  <!-- ================================================================== -->
  +  <goal name="maven:plugin-test">
  +    <j:set var="maven.multiproject.includes" 
  +      value="*/src/test/plugin-test/project.xml" />
  +    <j:set var="goal" value="test"/>
  +    <attainGoal name="multiproject:goal" />
  +  </goal>
  +    
     <goal name="maven:jar-install"
           description="Compile Maven and put a new jar in ${maven.home}/lib.">
       <attainGoal name="jar:jar"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to