1 <?xml version="1.0" encoding="UTF-8"?><project>
3 <artifactId>maven-plugins</artifactId>
4 <groupId>org.apache.maven.plugins</groupId>
7 <modelVersion>4.0.0</modelVersion>
8 <artifactId>maven-plugin-plugin</artifactId>
9 <packaging>maven-plugin</packaging>
10 <name>Maven PLUGIN Plugin</name>
11 <version>2.3-SNAPSHOT</version>
12 <description>The Plugin Plugin is used to create a Maven plugin descriptor for any Mojo's found in the source tree,
13 to include in the JAR. It is also used to generate Xdoc files for the Mojos as well as for updating the
14 plugin registry and the artifact metadata.</description>
20 <url>http://jira.codehaus.org/browse/MPLUGIN</url>
22 <inceptionYear>2001</inceptionYear>
25 <name>Maven User List</name>
26 <subscribe>users-subscribe@maven.apache.org</subscribe>
27 <unsubscribe>users-unsubscribe@maven.apache.org</unsubscribe>
28 <post>users@maven.apache.org</post>
29 <archive>http://mail-archives.apache.org/mod_mbox/maven-users</archive>
31 <otherArchive>http://www.mail-archive.com/users@maven.apache.org/</otherArchive>
32 <otherArchive>http://www.nabble.com/Maven---Users-f178.html</otherArchive>
36 <name>Maven Developer List</name>
37 <subscribe>dev-subscribe@maven.apache.org</subscribe>
38 <unsubscribe>dev-unsubscribe@maven.apache.org</unsubscribe>
39 <post>dev@maven.apache.org</post>
40 <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
43 <name>Maven Commits List</name>
44 <subscribe>commits-subscribe@maven.apache.org</subscribe>
45 <unsubscribe>commits-unsubscribe@maven.apache.org</unsubscribe>
46 <post>commits@maven.apache.org</post>
47 <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
50 <name>Maven Announcements List</name>
51 <subscribe>announce-subscribe@maven.apache.org</subscribe>
52 <unsubscribe>announce-unsubscribe@maven.apache.org</unsubscribe>
53 <post>announce@maven.apache.org</post>
54 <archive>http://mail-archives.apache.org/mod_mbox/maven-announce/</archive>
57 <name>Maven Issues List</name>
58 <subscribe>issues-subscribe@maven.apache.org</subscribe>
59 <unsubscribe>issues-unsubscribe@maven.apache.org</unsubscribe>
60 <post>issues@maven.apache.org</post>
61 <archive>http://mail-archives.apache.org/mod_mbox/maven-issues/</archive>
64 <name>Maven Notifications List</name>
65 <subscribe>notifications-subscribe@maven.apache.org</subscribe>
66 <unsubscribe>notifications-unsubscribe@maven.apache.org</unsubscribe>
67 <post>notifications@maven.apache.org</post>
68 <archive>http://mail-archives.apache.org/mod_mbox/maven-notifications/</archive>
73 <groupId>org.apache.maven</groupId>
74 <artifactId>maven-plugin-api</artifactId>
75 <version>2.0</version>
78 <groupId>org.apache.maven</groupId>
79 <artifactId>maven-repository-metadata</artifactId>
80 <version>2.0</version>
83 <groupId>org.apache.maven</groupId>
84 <artifactId>maven-project</artifactId>
85 <version>2.0</version>
88 <groupId>org.apache.maven</groupId>
89 <artifactId>maven-plugin-registry</artifactId>
90 <version>2.0</version>
93 <groupId>org.apache.maven</groupId>
94 <artifactId>maven-plugin-tools-api</artifactId>
95 <version>2.1-SNAPSHOT</version>
98 <groupId>org.apache.maven</groupId>
99 <artifactId>maven-plugin-tools-java</artifactId>
100 <version>2.1-SNAPSHOT</version>
101 <scope>runtime</scope>
104 <groupId>org.apache.maven</groupId>
105 <artifactId>maven-artifact-manager</artifactId>
106 <version>2.0</version>
109 <groupId>org.apache.maven</groupId>
110 <artifactId>maven-plugin-tools-beanshell</artifactId>
111 <version>2.1-SNAPSHOT</version>
112 <scope>runtime</scope>
115 <groupId>org.apache.maven.reporting</groupId>
116 <artifactId>maven-reporting-impl</artifactId>
117 <version>2.0</version>
120 <distributionManagement>
121 <status>deployed</status>
122 </distributionManagement>