mirror of https://github.com/apache/maven.git
100 lines
2.6 KiB
XML
100 lines
2.6 KiB
XML
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||
|
|
||
|
<project>
|
||
|
<pomVersion>3</pomVersion>
|
||
|
<id>maven-surefire-plugin</id>
|
||
|
<groupId>maven</groupId>
|
||
|
<artifactId>maven-surefire-plugin</artifactId>
|
||
|
<name>Maven</name>
|
||
|
<currentVersion>1.0-SNAPSHOT</currentVersion>
|
||
|
<organization>
|
||
|
<name>Apache Software Foundation</name>
|
||
|
<url>http://www.apache.org/</url>
|
||
|
<logo>/images/apache-maven-project.png</logo>
|
||
|
</organization>
|
||
|
<inceptionYear>2001</inceptionYear>
|
||
|
<package>org.apache.maven</package>
|
||
|
<logo>/images/maven.gif</logo>
|
||
|
|
||
|
<versions/>
|
||
|
<branches/>
|
||
|
<mailingLists/>
|
||
|
<developers/>
|
||
|
<contributors/>
|
||
|
<licenses/>
|
||
|
|
||
|
<repository>
|
||
|
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-components/maven-plugins/maven-surefire-plugin</connection>
|
||
|
<developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-components/maven-plugins/maven-surefire-plugin</developerConnection>
|
||
|
<url>http://cvs.apache.org/viewcvs.cgi/maven/</url>
|
||
|
</repository>
|
||
|
|
||
|
<!-- Need to mark these as compile-time/run-time -->
|
||
|
|
||
|
<dependencies>
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>surefire</groupId>
|
||
|
<artifactId>surefire-booter</artifactId>
|
||
|
<version>1.0</version>
|
||
|
</dependency>
|
||
|
|
||
|
<!-- Plexus -->
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>xpp3</groupId>
|
||
|
<artifactId>xpp3</artifactId>
|
||
|
<version>1.1.3.3</version>
|
||
|
</dependency>
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>plexus</groupId>
|
||
|
<artifactId>plexus</artifactId>
|
||
|
<version>0.14-SNAPSHOT</version>
|
||
|
</dependency>
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>plexus</groupId>
|
||
|
<artifactId>plexus-i18n</artifactId>
|
||
|
<version>1.0-beta-2-SNAPSHOT</version>
|
||
|
</dependency>
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>classworlds</groupId>
|
||
|
<artifactId>classworlds</artifactId>
|
||
|
<version>1.1-SNAPSHOT</version>
|
||
|
</dependency>
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>xstream</groupId>
|
||
|
<artifactId>xstream</artifactId>
|
||
|
<version>1.0-SNAPSHOT</version>
|
||
|
</dependency>
|
||
|
|
||
|
</dependencies>
|
||
|
|
||
|
<build>
|
||
|
<nagEmailAddress>dev@maven.apache.org</nagEmailAddress>
|
||
|
<sourceDirectory>src/main/java</sourceDirectory>
|
||
|
<unitTestSourceDirectory>src/test/java</unitTestSourceDirectory>
|
||
|
<unitTest>
|
||
|
<includes>
|
||
|
<include>**/*Test.java</include>
|
||
|
</includes>
|
||
|
</unitTest>
|
||
|
<resources>
|
||
|
<resource>
|
||
|
<directory>src/main/resources</directory>
|
||
|
</resource>
|
||
|
</resources>
|
||
|
</build>
|
||
|
|
||
|
<reports>
|
||
|
<report>maven-jxr-plugin</report>
|
||
|
<report>maven-javadoc-plugin</report>
|
||
|
<report>maven-changes-plugin</report>
|
||
|
<report>maven-changelog-plugin</report>
|
||
|
</reports>
|
||
|
|
||
|
</project>
|