[jboss-cvs] repository.jboss.com/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.2 ...
Scott Stark
scott.stark at jboss.com
Sun Dec 10 12:02:23 EST 2006
User: starksm
Date: 06/12/10 12:02:23
Added: maven2/org/apache/maven/plugins/maven-surefire-plugin/2.2
maven-surefire-plugin-2.2.jar
maven-surefire-plugin-2.2.jar.sha1
maven-surefire-plugin-2.2.pom
maven-surefire-plugin-2.2.pom.sha1
Log:
Add the maven plugins
Revision Changes Path
1.1 date: 2006/12/10 17:02:23; author: starksm; state: Exp;repository.jboss.com/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.2/maven-surefire-plugin-2.2.jar
<<Binary file>>
1.1 date: 2006/12/10 17:02:23; author: starksm; state: Exp;repository.jboss.com/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.2/maven-surefire-plugin-2.2.jar.sha1
Index: maven-surefire-plugin-2.2.jar.sha1
===================================================================
08a0946195cf488a4f20776f601a59ec19e18361
1.1 date: 2006/12/10 17:02:23; author: starksm; state: Exp;repository.jboss.com/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.2/maven-surefire-plugin-2.2.pom
Index: maven-surefire-plugin-2.2.pom
===================================================================
<?xml version="1.0" encoding="UTF-8"?><project>
<parent>
<artifactId>maven-plugins</artifactId>
<groupId>org.apache.maven.plugins</groupId>
<version>1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-surefire-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Surefire Plugin</name>
<version>2.2</version>
<contributors>
<contributor>
<name>Joakim Erdfelt</name>
<email>joakim at erdfelt.com</email>
</contributor>
</contributors>
<scm>
<connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-surefire-plugin-2.2</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-surefire-plugin-2.2</developerConnection>
<url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-surefire-plugin-2.2</url>
</scm>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-booter</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>1.1</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:02:23; author: starksm; state: Exp;repository.jboss.com/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.2/maven-surefire-plugin-2.2.pom.sha1
Index: maven-surefire-plugin-2.2.pom.sha1
===================================================================
0cfe800ef40a439da0d73584540d906d88b2ed4c
More information about the jboss-cvs-commits
mailing list