djencks     2004/02/10 23:36:44

  Modified:    .        maven.xml
  Log:
  add plugins goal to build only xmlbeans plugin
  
  Revision  Changes    Path
  1.65      +6 -1      incubator-geronimo/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/maven.xml,v
  retrieving revision 1.64
  retrieving revision 1.65
  diff -u -r1.64 -r1.65
  --- maven.xml 29 Jan 2004 05:17:25 -0000      1.64
  +++ maven.xml 11 Feb 2004 07:36:44 -0000      1.65
  @@ -211,6 +211,11 @@
           <attainGoal name="modules:default"/>
       </goal>
   
  +    <goal name="plugins">
  +        <j:set var="modules" value="maven-xmlbeans-plugin"/>
  +        <attainGoal name="modules:default"/>
  +    </goal>
  +
   
       <!-- ========================= -->
       <!-- Module Output Aggregation -->
  
  
  

Reply via email to