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