dion        2003/09/17 19:02:35

  Modified:    .        maven.xml
  Log:
  Make the test goal test plugin to stop conlficts
  
  Revision  Changes    Path
  1.91      +1 -1      maven/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/maven/maven.xml,v
  retrieving revision 1.90
  retrieving revision 1.91
  diff -u -r1.90 -r1.91
  --- maven.xml 17 Sep 2003 07:36:57 -0000      1.90
  +++ maven.xml 18 Sep 2003 02:02:35 -0000      1.91
  @@ -147,7 +147,7 @@
     <goal name="maven:plugin-test">
       <j:set var="maven.multiproject.includes" 
         value="*/src/test/plugin-test/project.xml" />
  -    <j:set var="goal" value="test"/>
  +    <j:set var="goal" value="testPlugin"/>
       <attainGoal name="multiproject:goal" />
     </goal>
       
  
  
  

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

Reply via email to