[jboss-cvs] repository.jboss.com/maven2/org/apache/maven/maven-plugin-api/2.0 ...
Scott Stark
scott.stark at jboss.com
Sun Dec 10 12:01:13 EST 2006
User: starksm
Date: 06/12/10 12:01:13
Added: maven2/org/apache/maven/maven-plugin-api/2.0
maven-plugin-api-2.0.pom
maven-plugin-api-2.0.pom.sha1
Log:
Add the maven plugins
Revision Changes Path
1.1 date: 2006/12/10 17:01:13; author: starksm; state: Exp;repository.jboss.com/maven2/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom
Index: maven-plugin-api-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-api</artifactId>
<name>Maven Plugin API</name>
<version>2.0</version>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<distributionManagement>
<status>deployed</status>
</distributionManagement>
</project>
1.1 date: 2006/12/10 17:01:13; author: starksm; state: Exp;repository.jboss.com/maven2/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom.sha1
Index: maven-plugin-api-2.0.pom.sha1
===================================================================
4712e15fddee58ed471b2758facce36030e21b83 /home/projects/maven/repository-staging/to-ibiblio/maven2/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom
More information about the jboss-cvs-commits
mailing list