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 tr...@apache.org on 2005/03/17 02:34:24 UTC

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

trygvis     2005/03/16 17:34:24

  Modified:    maven-settings pom.xml
  Log:
  o Adding modello goals.
  
  Revision  Changes    Path
  1.2       +11 -0     maven-components/maven-settings/pom.xml
  
  Index: pom.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-settings/pom.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- pom.xml	16 Mar 2005 06:29:33 -0000	1.1
  +++ pom.xml	17 Mar 2005 01:34:24 -0000	1.2
  @@ -15,6 +15,17 @@
           <groupId>maven</groupId>
           <artifactId>maven-modello-plugin</artifactId>
           <version>1.0-SNAPSHOT</version>
  +        <goals>
  +          <goal>
  +            <id>xpp3-writer</id>
  +          </goal>
  +          <goal>
  +            <id>java</id>
  +          </goal>
  +          <goal>
  +            <id>xpp3-reader</id>
  +          </goal>
  +        </goals>
           <configuration>
             <version>1.0.0</version>
             <model>settings.mdo</model>