]> source.dussan.org Git - archiva.git/blob
ba1ca0860a96a2fce83c6592746f6487b0f71905
[archiva.git] /
1 <?xml version="1.0" encoding="UTF-8"?><project>
2   <parent>
3     <artifactId>maven-plugins</artifactId>
4     <groupId>org.apache.maven.plugins</groupId>
5     <version>8</version>
6   </parent>
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>
15   <prerequisites>
16     <maven>2.0.5</maven>
17   </prerequisites>
18   <issueManagement>
19     <system>JIRA</system>
20     <url>http://jira.codehaus.org/browse/MPLUGIN</url>
21   </issueManagement>
22   <inceptionYear>2001</inceptionYear>
23   <mailingLists>
24     <mailingList>
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>
30       <otherArchives>
31         <otherArchive>http://www.mail-archive.com/users@maven.apache.org/</otherArchive>
32         <otherArchive>http://www.nabble.com/Maven---Users-f178.html</otherArchive>
33       </otherArchives>
34     </mailingList>
35     <mailingList>
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>
41     </mailingList>
42     <mailingList>
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>
48     </mailingList>
49     <mailingList>
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>
55     </mailingList>
56     <mailingList>
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>
62     </mailingList>
63     <mailingList>
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>
69     </mailingList>
70   </mailingLists>
71   <dependencies>
72     <dependency>
73       <groupId>org.apache.maven</groupId>
74       <artifactId>maven-plugin-api</artifactId>
75       <version>2.0</version>
76     </dependency>
77     <dependency>
78       <groupId>org.apache.maven</groupId>
79       <artifactId>maven-repository-metadata</artifactId>
80       <version>2.0</version>
81     </dependency>
82     <dependency>
83       <groupId>org.apache.maven</groupId>
84       <artifactId>maven-project</artifactId>
85       <version>2.0</version>
86     </dependency>
87     <dependency>
88       <groupId>org.apache.maven</groupId>
89       <artifactId>maven-plugin-registry</artifactId>
90       <version>2.0</version>
91     </dependency>
92     <dependency>
93       <groupId>org.apache.maven</groupId>
94       <artifactId>maven-plugin-tools-api</artifactId>
95       <version>2.1-SNAPSHOT</version>
96     </dependency>
97     <dependency>
98       <groupId>org.apache.maven</groupId>
99       <artifactId>maven-plugin-tools-java</artifactId>
100       <version>2.1-SNAPSHOT</version>
101       <scope>runtime</scope>
102     </dependency>
103     <dependency>
104       <groupId>org.apache.maven</groupId>
105       <artifactId>maven-artifact-manager</artifactId>
106       <version>2.0</version>
107     </dependency>
108     <dependency>
109       <groupId>org.apache.maven</groupId>
110       <artifactId>maven-plugin-tools-beanshell</artifactId>
111       <version>2.1-SNAPSHOT</version>
112       <scope>runtime</scope>
113     </dependency>
114     <dependency>
115       <groupId>org.apache.maven.reporting</groupId>
116       <artifactId>maven-reporting-impl</artifactId>
117       <version>2.0</version>
118     </dependency>
119   </dependencies>
120   <distributionManagement>
121     <status>deployed</status>
122   </distributionManagement>
123 </project>