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.2</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>
72 <connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugin-plugin-2.2</connection>
73 <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugin-plugin-2.2</developerConnection>
74 <url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugin-plugin-2.2</url>
78 <groupId>org.apache.maven</groupId>
79 <artifactId>maven-plugin-api</artifactId>
80 <version>2.0</version>
83 <groupId>org.apache.maven</groupId>
84 <artifactId>maven-repository-metadata</artifactId>
85 <version>2.0</version>
88 <groupId>org.apache.maven</groupId>
89 <artifactId>maven-project</artifactId>
90 <version>2.0</version>
93 <groupId>org.apache.maven</groupId>
94 <artifactId>maven-plugin-registry</artifactId>
95 <version>2.0</version>
98 <groupId>org.apache.maven</groupId>
99 <artifactId>maven-plugin-tools-api</artifactId>
100 <version>2.0.5</version>
103 <groupId>org.apache.maven</groupId>
104 <artifactId>maven-plugin-tools-java</artifactId>
105 <version>2.0.5</version>
106 <scope>runtime</scope>
109 <groupId>org.apache.maven</groupId>
110 <artifactId>maven-artifact-manager</artifactId>
111 <version>2.0</version>
114 <groupId>org.apache.maven</groupId>
115 <artifactId>maven-plugin-tools-beanshell</artifactId>
116 <version>2.0.5</version>
117 <scope>runtime</scope>
120 <groupId>org.apache.maven.reporting</groupId>
121 <artifactId>maven-reporting-impl</artifactId>
122 <version>2.0</version>
125 <distributionManagement>
126 <status>deployed</status>
127 </distributionManagement>