You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by br...@apache.org on 2005/03/18 02:13:31 UTC

cvs commit: maven-components/maven-model pom.xml

brett       2005/03/17 17:13:31

  Modified:    maven-model pom.xml
  Log:
  ability to build standalone
  
  Revision  Changes    Path
  1.7       +11 -0     maven-components/maven-model/pom.xml
  
  Index: pom.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-model/pom.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- pom.xml	10 Mar 2005 23:01:35 -0000	1.6
  +++ pom.xml	18 Mar 2005 01:13:31 -0000	1.7
  @@ -21,6 +21,17 @@
             <version>4.0.0</version>
             <model>maven.mdo</model>
           </configuration>
  +        <goals>
  +          <goal>
  +            <id>xpp3-writer</id>
  +          </goal>
  +          <goal>
  +            <id>java</id>
  +          </goal>
  +          <goal>
  +            <id>xpp3-reader</id>
  +          </goal>
  +        </goals>
         </plugin>
       </plugins>
     </build>