[jboss-cvs] repository.jboss.com/maven2/org/apache/maven/surefire/surefire-booter/2.0 ...
Scott Stark
scott.stark at jboss.com
Sun Dec 10 12:02:46 EST 2006
User: starksm
Date: 06/12/10 12:02:46
Added: maven2/org/apache/maven/surefire/surefire-booter/2.0
surefire-booter-2.0.jar
surefire-booter-2.0.jar.sha1
surefire-booter-2.0.pom
surefire-booter-2.0.pom.sha1
Log:
Add the maven plugins
Revision Changes Path
1.1 date: 2006/12/10 17:02:46; author: starksm; state: Exp;repository.jboss.com/maven2/org/apache/maven/surefire/surefire-booter/2.0/surefire-booter-2.0.jar
<<Binary file>>
1.1 date: 2006/12/10 17:02:46; author: starksm; state: Exp;repository.jboss.com/maven2/org/apache/maven/surefire/surefire-booter/2.0/surefire-booter-2.0.jar.sha1
Index: surefire-booter-2.0.jar.sha1
===================================================================
3c2d1abc4540130ff4c7b39134e8afe4999a7131
1.1 date: 2006/12/10 17:02:46; author: starksm; state: Exp;repository.jboss.com/maven2/org/apache/maven/surefire/surefire-booter/2.0/surefire-booter-2.0.pom
Index: surefire-booter-2.0.pom
===================================================================
<?xml version="1.0" encoding="UTF-8"?><project>
<parent>
<artifactId>surefire</artifactId>
<groupId>org.apache.maven.surefire</groupId>
<version>2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>surefire-booter</artifactId>
<name>SureFire Booter</name>
<version>2.0</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-api</artifactId>
<version>2.0</version>
</dependency>
<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:02:46; author: starksm; state: Exp;repository.jboss.com/maven2/org/apache/maven/surefire/surefire-booter/2.0/surefire-booter-2.0.pom.sha1
Index: surefire-booter-2.0.pom.sha1
===================================================================
600e61f3c00a4473be3ef940997e79995180eeae
More information about the jboss-cvs-commits
mailing list