[jboss-cvs] repository.jboss.com/maven2/org/apache/maven/surefire/surefire-providers/2.0 ...
Scott Stark
scott.stark at jboss.com
Sun Dec 10 12:02:53 EST 2006
User: starksm
Date: 06/12/10 12:02:53
Added: maven2/org/apache/maven/surefire/surefire-providers/2.0
surefire-providers-2.0.pom
surefire-providers-2.0.pom.sha1
Log:
Add the maven plugins
Revision Changes Path
1.1 date: 2006/12/10 17:02:53; author: starksm; state: Exp;repository.jboss.com/maven2/org/apache/maven/surefire/surefire-providers/2.0/surefire-providers-2.0.pom
Index: surefire-providers-2.0.pom
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2001-2006 The Apache Software Foundation.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>surefire</artifactId>
<groupId>org.apache.maven.surefire</groupId>
<version>2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>surefire-providers</artifactId>
<packaging>pom</packaging>
<name>SureFire Providers</name>
<modules>
<module>surefire-junit</module>
<module>surefire-testng</module>
</modules>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>surefire-api</artifactId>
<version>2.0</version>
</dependency>
</dependencies>
</project>
1.1 date: 2006/12/10 17:02:53; author: starksm; state: Exp;repository.jboss.com/maven2/org/apache/maven/surefire/surefire-providers/2.0/surefire-providers-2.0.pom.sha1
Index: surefire-providers-2.0.pom.sha1
===================================================================
0e7abda11e7aa94e3ba5ad1f1a052ebeb3d0f1a6 -
More information about the jboss-cvs-commits
mailing list