[jboss-cvs] repository.jboss.com/maven2/org/apache/maven/maven-model/2.0 ...

Scott Stark scott.stark at jboss.com
Sun Dec 10 12:01:03 EST 2006


  User: starksm 
  Date: 06/12/10 12:01:03

  Added:       maven2/org/apache/maven/maven-model/2.0  
                        maven-model-2.0.pom maven-model-2.0.pom.sha1
  Log:
  Add the maven plugins
  
  Revision  Changes    Path
  1.1      date: 2006/12/10 17:01:03;  author: starksm;  state: Exp;repository.jboss.com/maven2/org/apache/maven/maven-model/2.0/maven-model-2.0.pom
  
  Index: maven-model-2.0.pom
  ===================================================================
  <project>
    <parent>
      <artifactId>maven</artifactId>
      <groupId>org.apache.maven</groupId>
      <version>2.0</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.apache.maven</groupId>
    <artifactId>maven-model</artifactId>
    <name>Maven Model</name>
    <version>2.0</version>
    <description>Maven Model</description>
    <build>
      <plugins>
        <plugin>
          <groupId>org.codehaus.modello</groupId>
          <artifactId>modello-maven-plugin</artifactId>
          <executions>
            <execution>
              <goals>
                <goal>xpp3-writer</goal>
                <goal>java</goal>
                <goal>xpp3-reader</goal>
                <goal>xsd</goal>
              </goals>
            </execution>
          </executions>
          <configuration>
            <version>4.0.0</version>
            <model>maven.mdo</model>
          </configuration>
        </plugin>
      </plugins>
    </build>
    <profiles>
      <profile>
        <id>all-models</id>
        <build>
          <plugins>
            <plugin>
              <groupId>org.codehaus.modello</groupId>
              <artifactId>modello-maven-plugin</artifactId>
              <executions>
                <execution>
                  <id>v3</id>
                  <goals>
                    <goal>xpp3-writer</goal>
                    <goal>java</goal>
                    <goal>xpp3-reader</goal>
                    <goal>xsd</goal>
                  </goals>
                  <configuration>
                    <version>3.0.0</version>
                    <packageWithVersion>true</packageWithVersion>
                  </configuration>
                </execution>
              </executions>
            </plugin>
            <plugin>
              <artifactId>maven-jar-plugin</artifactId>
              <executions>
                <execution>
                  <phase>package</phase>
                  <goals>
                    <goal>jar</goal>
                  </goals>
                  <configuration>
                    <classifier>all</classifier>
                  </configuration>
                </execution>
              </executions>
            </plugin>
          </plugins>
        </build>
      </profile>
    </profiles>
    <dependencies>
      <dependency>
        <groupId>org.codehaus.plexus</groupId>
        <artifactId>plexus-utils</artifactId>
      </dependency>
    </dependencies>
    <distributionManagement>
      <status>deployed</status>
    </distributionManagement>
  </project>
  
  
  1.1      date: 2006/12/10 17:01:03;  author: starksm;  state: Exp;repository.jboss.com/maven2/org/apache/maven/maven-model/2.0/maven-model-2.0.pom.sha1
  
  Index: maven-model-2.0.pom.sha1
  ===================================================================
  a02c0796d872bc1b8c0cd248b5ede0da32a356d0  /home/projects/maven/repository-staging/to-ibiblio/maven2/org/apache/maven/maven-model/2.0/maven-model-2.0.pom
  
  
  



More information about the jboss-cvs-commits mailing list