2005-06-20 07:18:24 +00:00
|
|
|
<project>
|
2004-04-12 20:14:19 +00:00
|
|
|
<parent>
|
2004-05-25 20:08:28 +00:00
|
|
|
<artifactId>maven-plugin-parent</artifactId>
|
2005-03-23 06:52:55 +00:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2005-06-10 02:42:40 +00:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
2004-04-12 20:14:19 +00:00
|
|
|
</parent>
|
2005-03-10 01:35:25 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2004-03-15 19:32:20 +00:00
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
2005-03-15 22:31:54 +00:00
|
|
|
<packaging>maven-plugin</packaging>
|
2004-05-28 12:07:43 +00:00
|
|
|
<name>Maven Surefire Plugin</name>
|
2005-05-13 08:39:42 +00:00
|
|
|
<version>2.0-alpha-3-SNAPSHOT</version>
|
2004-03-15 19:32:20 +00:00
|
|
|
<dependencies>
|
2005-06-07 08:39:24 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-project</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
2004-06-27 13:24:13 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>surefire</groupId>
|
2005-04-05 04:11:03 +00:00
|
|
|
<artifactId>surefire-booter</artifactId>
|
2005-04-04 05:41:57 +00:00
|
|
|
<version>1.2</version>
|
2004-06-27 13:24:13 +00:00
|
|
|
</dependency>
|
2005-04-05 04:11:03 +00:00
|
|
|
<!-- Specified for mboot -->
|
2004-03-15 19:32:20 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>surefire</groupId>
|
2005-04-05 04:11:03 +00:00
|
|
|
<artifactId>surefire</artifactId>
|
2005-04-04 05:41:57 +00:00
|
|
|
<version>1.2</version>
|
2005-04-05 04:11:03 +00:00
|
|
|
<scope>runtime</scope>
|
2004-03-15 19:32:20 +00:00
|
|
|
</dependency>
|
2005-04-04 02:57:27 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>3.8.1</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2004-03-15 19:32:20 +00:00
|
|
|
</dependencies>
|
2005-06-20 07:18:24 +00:00
|
|
|
</project>
|