2005-03-09 20:35:25 -05:00
|
|
|
<model>
|
2004-04-12 16:14:19 -04:00
|
|
|
<parent>
|
2004-05-25 16:08:28 -04:00
|
|
|
<artifactId>maven-plugin-parent</artifactId>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2005-04-13 01:11:49 -04:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
2004-04-12 16:14:19 -04:00
|
|
|
</parent>
|
2005-03-09 20:35:25 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2004-03-15 14:32:20 -05:00
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
2005-03-15 17:31:54 -05:00
|
|
|
<packaging>maven-plugin</packaging>
|
2004-05-28 08:07:43 -04:00
|
|
|
<name>Maven Surefire Plugin</name>
|
2005-05-12 12:42:06 -04:00
|
|
|
<version>2.0-alpha-2-SNAPSHOT</version>
|
2004-03-15 14:32:20 -05:00
|
|
|
<dependencies>
|
2004-06-27 09:24:13 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>surefire</groupId>
|
2005-04-05 00:11:03 -04:00
|
|
|
<artifactId>surefire-booter</artifactId>
|
2005-04-04 01:41:57 -04:00
|
|
|
<version>1.2</version>
|
2004-06-27 09:24:13 -04:00
|
|
|
</dependency>
|
2005-04-05 00:11:03 -04:00
|
|
|
<!-- Specified for mboot -->
|
2004-03-15 14:32:20 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>surefire</groupId>
|
2005-04-05 00:11:03 -04:00
|
|
|
<artifactId>surefire</artifactId>
|
2005-04-04 01:41:57 -04:00
|
|
|
<version>1.2</version>
|
2005-04-05 00:11:03 -04:00
|
|
|
<scope>runtime</scope>
|
2004-03-15 14:32:20 -05:00
|
|
|
</dependency>
|
2005-04-03 22:57:27 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>3.8.1</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2005-04-04 00:09:55 -04:00
|
|
|
|
2005-04-05 00:11:03 -04:00
|
|
|
<!-- TODO: would like to remove -->
|
2005-04-04 00:09:55 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-artifact</artifactId>
|
2005-05-13 03:01:57 -04:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
2005-04-04 00:09:55 -04:00
|
|
|
</dependency>
|
2004-03-15 14:32:20 -05:00
|
|
|
</dependencies>
|
2005-03-15 17:31:54 -05:00
|
|
|
</model>
|