1 <?xml version="1.0" encoding="UTF-8"?>
3 ~ Licensed to the Apache Software Foundation (ASF) under one
4 ~ or more contributor license agreements. See the NOTICE file
5 ~ distributed with this work for additional information
6 ~ regarding copyright ownership. The ASF licenses this file
7 ~ to you under the Apache License, Version 2.0 (the
8 ~ "License"); you may not use this file except in compliance
9 ~ with the License. You may obtain a copy of the License at
11 ~ http://www.apache.org/licenses/LICENSE-2.0
13 ~ Unless required by applicable law or agreed to in writing,
14 ~ software distributed under the License is distributed on an
15 ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 ~ KIND, either express or implied. See the License for the
17 ~ specific language governing permissions and limitations
21 <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">
23 <artifactId>surefire</artifactId>
24 <groupId>org.apache.maven.surefire</groupId>
25 <version>2.4.3</version>
27 <modelVersion>4.0.0</modelVersion>
28 <artifactId>maven-surefire-plugin</artifactId>
29 <groupId>org.apache.maven.plugins</groupId>
30 <packaging>maven-plugin</packaging>
31 <name>Maven Surefire Plugin</name>
36 <!-- duplication from maven-plugins pom - temporary until they inherit properly -->
38 <name>Maven User List</name>
39 <subscribe>users-subscribe@maven.apache.org</subscribe>
40 <unsubscribe>users-unsubscribe@maven.apache.org</unsubscribe>
41 <post>users@maven.apache.org</post>
42 <archive>http://mail-archives.apache.org/mod_mbox/maven-users</archive>
44 <otherArchive>http://www.mail-archive.com/users@maven.apache.org/</otherArchive>
45 <otherArchive>http://www.nabble.com/Maven---Users-f178.html</otherArchive>
49 <name>Maven Developer List</name>
50 <subscribe>dev-subscribe@maven.apache.org</subscribe>
51 <unsubscribe>dev-unsubscribe@maven.apache.org</unsubscribe>
52 <post>dev@maven.apache.org</post>
53 <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
56 <name>Maven Commits List</name>
57 <subscribe>commits-subscribe@maven.apache.org</subscribe>
58 <unsubscribe>commits-unsubscribe@maven.apache.org</unsubscribe>
59 <post>commits@maven.apache.org</post>
60 <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
62 <!-- duplication from maven-parent pom - temporary until they inherit properly -->
64 <name>Maven Announcements List</name>
65 <post>announce@maven.apache.org</post>
66 <subscribe>announce-subscribe@maven.apache.org</subscribe>
67 <unsubscribe>announce-unsubscribe@maven.apache.org</unsubscribe>
68 <archive>http://mail-archives.apache.org/mod_mbox/maven-announce/</archive>
71 <name>Maven Issues List</name>
72 <post>issues@maven.apache.org</post>
73 <subscribe>issues-subscribe@maven.apache.org</subscribe>
74 <unsubscribe>issues-unsubscribe@maven.apache.org</unsubscribe>
75 <archive>http://mail-archives.apache.org/mod_mbox/maven-issues/</archive>
78 <name>Maven Notifications List</name>
79 <post>notifications@maven.apache.org</post>
80 <subscribe>notifications-subscribe@maven.apache.org</subscribe>
81 <unsubscribe>notifications-unsubscribe@maven.apache.org</unsubscribe>
82 <archive>http://mail-archives.apache.org/mod_mbox/maven-notifications/</archive>
87 <name>Joakim Erdfelt</name>
88 <email>joakim@erdfelt.com</email>
93 <groupId>org.apache.maven</groupId>
94 <artifactId>maven-plugin-api</artifactId>
95 <version>2.0.6</version>
98 <groupId>org.apache.maven.surefire</groupId>
99 <artifactId>surefire-booter</artifactId>
102 <groupId>org.codehaus.plexus</groupId>
103 <artifactId>plexus-utils</artifactId>
106 <groupId>org.apache.maven</groupId>
107 <artifactId>maven-artifact</artifactId>
108 <version>2.0.6</version>
111 <groupId>org.apache.maven</groupId>
112 <artifactId>maven-project</artifactId>
113 <version>2.0.6</version>
116 <groupId>org.apache.maven</groupId>
117 <artifactId>maven-core</artifactId>
118 <version>2.0.6</version>
121 <groupId>org.apache.maven</groupId>
122 <artifactId>maven-toolchain</artifactId>
123 <version>1.0</version>
130 <artifactId>maven-site-plugin</artifactId>
132 <stagingSiteURL>scp://people.apache.org/www/maven.apache.org/plugins/${project.artifactId}-${project.version}</stagingSiteURL>
139 <!-- Force JDK 1.4 for this one, plugins can never be built on 1.3 -->
146 <artifactId>maven-compiler-plugin</artifactId>
149 <compilerVersion>1.4</compilerVersion>
160 <name>enableCiProfile</name>
167 <artifactId>maven-docck-plugin</artifactId>
168 <version>1.0-beta-1</version>
181 <distributionManagement>
183 <id>apache.website</id>
184 <url>scp://people.apache.org/www/maven.apache.org/plugins/maven-surefire-plugin</url>
186 </distributionManagement>
190 <groupId>org.apache.maven.plugins</groupId>
191 <artifactId>maven-plugin-plugin</artifactId>