]> source.dussan.org Git - archiva.git/blob
68e0324eb6b3e8452da88d21e141855329e08368
[archiva.git] /
1 <?xml version='1.0' encoding='UTF-8'?>\r
2 <!--\r
3   ~ Licensed to the Apache Software Foundation (ASF) under one\r
4   ~ or more contributor license agreements.  See the NOTICE file\r
5   ~ distributed with this work for additional information\r
6   ~ regarding copyright ownership.  The ASF licenses this file\r
7   ~ to you under the Apache License, Version 2.0 (the\r
8   ~ "License"); you may not use this file except in compliance\r
9   ~ with the License.  You may obtain a copy of the License at\r
10   ~\r
11   ~   http://www.apache.org/licenses/LICENSE-2.0\r
12   ~\r
13   ~ Unless required by applicable law or agreed to in writing,\r
14   ~ software distributed under the License is distributed on an\r
15   ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r
16   ~ KIND, either express or implied.  See the License for the\r
17   ~ specific language governing permissions and limitations\r
18   ~ under the License.\r
19   \r
20 -->\r
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">\r
22   <parent>\r
23     <groupId>org.apache.maven.plugins</groupId>\r
24     <artifactId>maven-plugins</artifactId>\r
25     <version>8</version>\r
26   </parent>\r
27   <modelVersion>4.0.0</modelVersion>\r
28   <artifactId>maven-plugin-plugin</artifactId>\r
29   <packaging>maven-plugin</packaging>\r
30   <name>Maven PLUGIN Plugin</name>\r
31   <version>2.3</version>\r
32   <description>\r
33     The Plugin Plugin is used to create a Maven plugin descriptor for any Mojo's found in the source tree, \r
34     to include in the JAR. It is also used to generate Xdoc files for the Mojos as well as for updating the \r
35     plugin registry and the artifact metadata.\r
36   </description>\r
37   <inceptionYear>2001</inceptionYear>\r
38   <prerequisites>\r
39     <maven>2.0.5</maven>\r
40   </prerequisites>\r
41   <issueManagement>\r
42     <system>JIRA</system>\r
43     <url>http://jira.codehaus.org/browse/MPLUGIN</url>\r
44   </issueManagement>\r
45   <mailingLists>\r
46         <!-- duplication from maven-plugins pom - temporary until they inherit properly \r
47     -->\r
48     <mailingList>\r
49       <name>Maven User List</name>\r
50       <subscribe>users-subscribe@maven.apache.org</subscribe>\r
51       <unsubscribe>users-unsubscribe@maven.apache.org</unsubscribe>\r
52       <post>users@maven.apache.org</post>\r
53       <archive>http://mail-archives.apache.org/mod_mbox/maven-users</archive>\r
54       <otherArchives>\r
55         <otherArchive>http://www.mail-archive.com/users@maven.apache.org/</otherArchive>\r
56         <otherArchive>http://www.nabble.com/Maven---Users-f178.html</otherArchive>\r
57       </otherArchives>\r
58     </mailingList>\r
59     <mailingList>\r
60       <name>Maven Developer List</name>\r
61       <subscribe>dev-subscribe@maven.apache.org</subscribe>\r
62       <unsubscribe>dev-unsubscribe@maven.apache.org</unsubscribe>\r
63       <post>dev@maven.apache.org</post>\r
64       <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>\r
65     </mailingList>\r
66     <mailingList>\r
67       <name>Maven Commits List</name>\r
68       <subscribe>commits-subscribe@maven.apache.org</subscribe>\r
69       <unsubscribe>commits-unsubscribe@maven.apache.org</unsubscribe>\r
70       <post>commits@maven.apache.org</post>\r
71       <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>\r
72     </mailingList>\r
73         <!-- duplication from maven-parent pom - temporary until they inherit properly \r
74     -->\r
75     <mailingList>\r
76       <name>Maven Announcements List</name>\r
77       <post>announce@maven.apache.org</post>\r
78       <subscribe>announce-subscribe@maven.apache.org</subscribe>\r
79       <unsubscribe>announce-unsubscribe@maven.apache.org</unsubscribe>\r
80       <archive>http://mail-archives.apache.org/mod_mbox/maven-announce/</archive>\r
81     </mailingList>\r
82     <mailingList>\r
83       <name>Maven Issues List</name>\r
84       <post>issues@maven.apache.org</post>\r
85       <subscribe>issues-subscribe@maven.apache.org</subscribe>\r
86       <unsubscribe>issues-unsubscribe@maven.apache.org</unsubscribe>\r
87       <archive>http://mail-archives.apache.org/mod_mbox/maven-issues/</archive>\r
88     </mailingList>\r
89     <mailingList>\r
90       <name>Maven Notifications List</name>\r
91       <post>notifications@maven.apache.org</post>\r
92       <subscribe>notifications-subscribe@maven.apache.org</subscribe>\r
93       <unsubscribe>notifications-unsubscribe@maven.apache.org</unsubscribe>\r
94       <archive>http://mail-archives.apache.org/mod_mbox/maven-notifications/</archive>\r
95     </mailingList>\r
96   </mailingLists>\r
97   <dependencies>\r
98     <dependency>\r
99       <groupId>org.apache.maven</groupId>\r
100       <artifactId>maven-plugin-api</artifactId>\r
101       <version>2.0</version>\r
102     </dependency>\r
103     <dependency>\r
104       <groupId>org.apache.maven</groupId>\r
105       <artifactId>maven-repository-metadata</artifactId>\r
106       <version>2.0</version>\r
107     </dependency>\r
108     <dependency>\r
109       <groupId>org.apache.maven</groupId>\r
110       <artifactId>maven-project</artifactId>\r
111       <version>2.0</version>\r
112     </dependency>\r
113     <dependency>\r
114       <groupId>org.apache.maven</groupId>\r
115       <artifactId>maven-plugin-registry</artifactId>\r
116       <version>2.0</version>\r
117     </dependency>\r
118     <dependency>\r
119       <groupId>org.apache.maven</groupId>\r
120       <artifactId>maven-plugin-tools-api</artifactId>\r
121       <version>2.1</version>\r
122     </dependency>\r
123     <dependency>\r
124       <groupId>org.apache.maven</groupId>\r
125       <artifactId>maven-plugin-tools-java</artifactId>\r
126       <version>2.1</version>\r
127       <scope>runtime</scope>\r
128     </dependency>\r
129     <dependency>\r
130       <groupId>org.apache.maven</groupId>\r
131       <artifactId>maven-artifact-manager</artifactId>\r
132       <version>2.0</version>\r
133     </dependency>\r
134     <dependency>\r
135       <groupId>org.apache.maven</groupId>\r
136       <artifactId>maven-plugin-tools-beanshell</artifactId>\r
137       <version>2.1</version>\r
138       <scope>runtime</scope>\r
139     </dependency>\r
140     <dependency>\r
141       <groupId>org.apache.maven.reporting</groupId>\r
142       <artifactId>maven-reporting-impl</artifactId>\r
143       <version>2.0</version>\r
144     </dependency>\r
145   </dependencies>\r
146 \r
147   <scm>\r
148     <connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugin-plugin-2.3</connection>\r
149     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugin-plugin-2.3</developerConnection>\r
150     <url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugin-plugin-2.3</url>\r
151   </scm>\r
152 </project>\r
153 \r