[jboss-cvs] repository.jboss.com/maven2/org/apache/maven/plugins/maven-install-plugin/2.1 ...
Scott Stark
scott.stark at jboss.com
Sun Dec 10 12:01:53 EST 2006
User: starksm
Date: 06/12/10 12:01:53
Added: maven2/org/apache/maven/plugins/maven-install-plugin/2.1
maven-install-plugin-2.1.jar
maven-install-plugin-2.1.jar.sha1
maven-install-plugin-2.1.pom
maven-install-plugin-2.1.pom.sha1
Log:
Add the maven plugins
Revision Changes Path
1.1 date: 2006/12/10 17:01:53; author: starksm; state: Exp;repository.jboss.com/maven2/org/apache/maven/plugins/maven-install-plugin/2.1/maven-install-plugin-2.1.jar
<<Binary file>>
1.1 date: 2006/12/10 17:01:53; author: starksm; state: Exp;repository.jboss.com/maven2/org/apache/maven/plugins/maven-install-plugin/2.1/maven-install-plugin-2.1.jar.sha1
Index: maven-install-plugin-2.1.jar.sha1
===================================================================
f6aa3f17c5702fed4b0f7a015233cc3bdc369b01
1.1 date: 2006/12/10 17:01:53; author: starksm; state: Exp;repository.jboss.com/maven2/org/apache/maven/plugins/maven-install-plugin/2.1/maven-install-plugin-2.1.pom
Index: maven-install-plugin-2.1.pom
===================================================================
<?xml version="1.0" encoding="UTF-8"?><project>
<parent>
<artifactId>maven-plugin-parent</artifactId>
<groupId>org.apache.maven.plugins</groupId>
<version>2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-install-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Install Plugin</name>
<version>2.1</version>
<inceptionYear>2004</inceptionYear>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact-manager</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
<version>2.0</version>
</dependency>
</dependencies>
<distributionManagement>
<status>deployed</status>
</distributionManagement>
</project>
1.1 date: 2006/12/10 17:01:53; author: starksm; state: Exp;repository.jboss.com/maven2/org/apache/maven/plugins/maven-install-plugin/2.1/maven-install-plugin-2.1.pom.sha1
Index: maven-install-plugin-2.1.pom.sha1
===================================================================
56573551545c267883f5bd095f328daeea741846
More information about the jboss-cvs-commits
mailing list