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

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


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

  Added:       maven2/org/apache/maven/maven-plugin-registry/2.0  
                        maven-plugin-registry-2.0.pom
                        maven-plugin-registry-2.0.pom.sha1
  Log:
  Add the maven plugins
  
  Revision  Changes    Path
  1.1      date: 2006/12/10 17:01:25;  author: starksm;  state: Exp;repository.jboss.com/maven2/org/apache/maven/maven-plugin-registry/2.0/maven-plugin-registry-2.0.pom
  
  Index: maven-plugin-registry-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-plugin-registry</artifactId>
    <name>Maven Plugin Registry Model</name>
    <version>2.0</version>
    <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>
              </goals>
              <configuration>
                <version>1.0.0</version>
                <model>plugin-registry.mdo</model>
              </configuration>
            </execution>
          </executions>
        </plugin>
      </plugins>
    </build>
    <dependencies>
      <dependency>
        <groupId>org.codehaus.plexus</groupId>
        <artifactId>plexus-utils</artifactId>
      </dependency>
      <dependency>
        <groupId>org.codehaus.plexus</groupId>
        <artifactId>plexus-container-default</artifactId>
      </dependency>
    </dependencies>
    <distributionManagement>
      <status>deployed</status>
    </distributionManagement>
  </project>
  
  
  1.1      date: 2006/12/10 17:01:25;  author: starksm;  state: Exp;repository.jboss.com/maven2/org/apache/maven/maven-plugin-registry/2.0/maven-plugin-registry-2.0.pom.sha1
  
  Index: maven-plugin-registry-2.0.pom.sha1
  ===================================================================
  df5235f26d58fbeb0c41759e19dba31d4885e77e  /home/projects/maven/repository-staging/to-ibiblio/maven2/org/apache/maven/maven-plugin-registry/2.0/maven-plugin-registry-2.0.pom
  
  
  



More information about the jboss-cvs-commits mailing list