1 <?xml version="1.0" encoding="UTF-8"?>
4 ~ Licensed to the Apache Software Foundation (ASF) under one
5 ~ or more contributor license agreements. See the NOTICE file
6 ~ distributed with this work for additional information
7 ~ regarding copyright ownership. The ASF licenses this file
8 ~ to you under the Apache License, Version 2.0 (the
9 ~ "License"); you may not use this file except in compliance
10 ~ with the License. You may obtain a copy of the License at
12 ~ http://www.apache.org/licenses/LICENSE-2.0
14 ~ Unless required by applicable law or agreed to in writing,
15 ~ software distributed under the License is distributed on an
16 ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17 ~ KIND, either express or implied. See the License for the
18 ~ specific language governing permissions and limitations
22 <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 <modelVersion>4.0.0</modelVersion>
25 <groupId>org.apache</groupId>
26 <artifactId>apache</artifactId>
30 <groupId>org.apache.archiva</groupId>
31 <artifactId>archiva-parent</artifactId>
32 <packaging>pom</packaging>
33 <name>Archiva Common Parent Project</name>
35 <inceptionYear>2006</inceptionYear>
37 Archiva is an application for managing one or more remote
38 repositories, including administration, artifact handling,
39 browsing and searching.
43 <url>http://jira.codehaus.org/browse/MRM</url>
47 <name>Archiva User List</name>
48 <subscribe>users-subscribe@archiva.apache.org</subscribe>
49 <unsubscribe>users-unsubscribe@archiva.apache.org</unsubscribe>
50 <post>users@archiva.apache.org</post>
51 <archive>http://mail-archives.apache.org/mod_mbox/archiva-users/</archive>
53 <otherArchive>http://www.mail-archive.com/users@archiva.apache.org</otherArchive>
54 <otherArchive>http://www.nabble.com/archiva-users-f16426.html</otherArchive>
55 <otherArchive>http://markmail.org/list/org.apache.archiva.users</otherArchive>
59 <name>Archiva Developer List</name>
60 <subscribe>dev-subscribe@archiva.apache.org</subscribe>
61 <unsubscribe>dev-unsubscribe@archiva.apache.org</unsubscribe>
62 <post>dev@archiva.apache.org</post>
63 <archive>http://mail-archives.apache.org/mod_mbox/archiva-dev/</archive>
65 <otherArchive>http://www.mail-archive.com/dev@archiva.apache.org</otherArchive>
66 <otherArchive>http://www.nabble.com/archiva-dev-f16427.html</otherArchive>
67 <otherArchive>http://markmail.org/list/org.apache.archiva.dev</otherArchive>
71 <name>Archiva Commits List</name>
72 <subscribe>commits-subscribe@archiva.apache.org</subscribe>
73 <unsubscribe>commits-unsubscribe@archiva.apache.org</unsubscribe>
74 <archive>http://mail-archives.apache.org/mod_mbox/archiva-commits/</archive>
76 <otherArchive>http://www.mail-archive.com/commits@archiva.apache.org</otherArchive>
77 <otherArchive>http://markmail.org/list/org.apache.archiva.commits</otherArchive>
81 <name>Archiva Issues List</name>
82 <subscribe>issues-subscribe@archiva.apache.org</subscribe>
83 <unsubscribe>issues-unsubscribe@archiva.apache.org</unsubscribe>
84 <archive>http://mail-archives.apache.org/mod_mbox/archiva-issues/</archive>
86 <otherArchive>http://www.mail-archive.com/issues@archiva.apache.org</otherArchive>
87 <otherArchive>http://www.nabble.com/Archiva---Issues-f29617.html</otherArchive>
88 <otherArchive>http://markmail.org/list/org.apache.archiva.issues</otherArchive>
93 <connection>scm:svn:http://svn.apache.org/repos/asf/archiva/tags/archiva-parent-3</connection>
94 <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/tags/archiva-parent-3</developerConnection>
95 <url>http://svn.apache.org/viewcvs.cgi/archiva/tags/archiva-parent-3</url>
98 <siteBaseDeployment>scp://people.apache.org/www/archiva.apache.org</siteBaseDeployment>
101 <system>continuum</system>
102 <url>http://vmbuild.apache.org/continuum</url>
110 <groupId>org.apache.maven.plugins</groupId>
111 <artifactId>maven-gpg-plugin</artifactId>
113 <passphrase>${gpg.passphrase}</passphrase>
124 <groupId>org.apache.maven.plugins</groupId>
125 <artifactId>maven-source-plugin</artifactId>
128 <id>attach-sources</id>
136 <groupId>org.apache.maven.plugins</groupId>
137 <artifactId>maven-javadoc-plugin</artifactId>
140 <id>attach-javadocs</id>
148 <groupId>org.apache.maven.plugins</groupId>
149 <artifactId>maven-deploy-plugin</artifactId>
151 <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
152 <updateReleaseInfo>true</updateReleaseInfo>
162 <!-- We want to package up license resources in the JARs produced -->
164 <groupId>org.apache.maven.plugins</groupId>
165 <artifactId>maven-remote-resources-plugin</artifactId>
173 <resourceBundle>org.apache:apache-jar-resource-bundle:1.3</resourceBundle>
182 <!-- set versions of common plugins for reproducibility, ordered alphabetically -->
184 <groupId>org.apache.maven.plugins</groupId>
185 <artifactId>maven-clean-plugin</artifactId>
186 <version>2.2</version>
189 <groupId>org.apache.maven.plugins</groupId>
190 <artifactId>maven-gpg-plugin</artifactId>
191 <version>1.0-alpha-4</version>
194 <groupId>org.apache.maven.plugins</groupId>
195 <artifactId>maven-javadoc-plugin</artifactId>
196 <version>2.3</version>
199 <groupId>org.apache.maven.plugins</groupId>
200 <artifactId>maven-release-plugin</artifactId>
201 <version>2.0-beta-7</version>
203 <tagBase>https://svn.apache.org/repos/asf/archiva/tags/</tagBase>
204 <useReleaseProfile>false</useReleaseProfile>
205 <arguments>-Prelease</arguments>
209 <groupId>org.apache.maven.plugins</groupId>
210 <artifactId>maven-site-plugin</artifactId>
211 <version>2.0-beta-5</version>
214 <groupId>org.apache.maven.plugins</groupId>
215 <artifactId>maven-source-plugin</artifactId>
216 <version>2.0.3</version>
222 <!-- Developers listed by PMC Chair, PMC, Committers, Contributers, all alphabetical-->
226 <name>Maria Odea B. Ching</name>
227 <email>oching@apache.org</email>
229 <role>PMC Chair</role>
231 <timezone>+8</timezone>
235 <name>Arnaud Heritier</name>
236 <email>aheritier@apache.org</email>
237 <organization>OCTO Technology</organization>
238 <organizationUrl>http://www.octo.com</organizationUrl>
240 <role>PMC Member</role>
242 <timezone>+1</timezone>
246 <name>Fabrice Bellingard</name>
248 <role>PMC Member</role>
253 <name>Brett Porter</name>
254 <email>brett@apache.org</email>
255 <organization>ASF</organization>
257 <role>PMC Member</role>
259 <timezone>+10</timezone>
263 <name>Carlos Sanchez</name>
264 <email>carlos@apache.org</email>
265 <organization>ASF</organization>
267 <role>PMC Member</role>
269 <timezone>+1</timezone>
273 <name>Edwin Punzalan</name>
274 <email>epunzalan@apache.org</email>
276 <role>PMC Member</role>
278 <timezone>-8</timezone>
282 <name>Emmanuel Venisse</name>
283 <email>evenisse@apache.org</email>
284 <organization>ASF</organization>
286 <role>PMC Member</role>
288 <timezone>+1</timezone>
292 <name>Joakim Erdfelt</name>
293 <email>joakime@apache.org</email>
294 <organization>ASF</organization>
296 <role>PMC Member</role>
298 <timezone>-5</timezone>
302 <name>Ernesto Tolentino Jr.</name>
303 <email>jtolentino@apache.org</email>
304 <organization>ASF</organization>
306 <role>PMC Member</role>
308 <timezone>+8</timezone>
312 <name>Jesse McConnell</name>
313 <email>jmcconnell@apache.org</email>
314 <organization>ASF</organization>
316 <role>PMC Member</role>
318 <timezone>-6</timezone>
322 <name>Nicolas De Loof</name>
323 <email>nicolas@apache.org</email>
324 <organization>Capgemini</organization>
326 <role>PMC Member</role>
328 <timezone>+1</timezone>
332 <name>Wendy Smoak</name>
333 <email>wsmoak@apache.org</email>
335 <role>PMC Member</role>
337 <timezone>-7</timezone>
342 <name>Dennis Lundberg</name>
343 <email>dennisl@apache.org</email>
344 <organization>ASF</organization>
346 <role>Committer</role>
348 <timezone>+1</timezone>
352 <name>James William Dumay</name>
353 <email>james@atlassian.com</email>
354 <organization>Atlassian</organization>
356 <roles>Committer</roles>
358 <timezone>+11</timezone>
360 <!-- Emeritus Committers -->
363 <name>Jason van Zyl</name>
365 <role>Emeritus</role>
370 <name>Henri Yandell</name>
372 <role>Emeritus</role>
377 <name>Kenney Westerhof</name>
379 <role>Emeritus</role>
386 <name>Steffen Grunwald</name>
389 <name>Stefan Prange</name>
392 <name>John Michael Luy</name>
395 <name>Martin Höller</name>
398 <name>Stephen Gargan</name>
401 <name>Dario Oliveros</name>
404 <name>james ahlborn</name>
407 <name>Jim Jackson</name>
410 <name>Daniel Harvey</name>
413 <name>Aleksandr Tarutin</name>
416 <name>Teodoro Cue Jr.</name>
419 <name>Jan Ancajas</name>
422 <name>Jens Mühlenhoff</name>
425 <name>Dawn Angelito</name>
428 <name>Nap Ramirez</name>
431 <name>Henry Isidro</name>
434 <name>Antoine Veret</name>
437 <name>Christian Gruber</name>
440 <name>Allan Ramirez</name>
443 <name>Pete Marvin King</name>
446 <name>Joel Sudiacal</name>
449 <name>Milos Kleint</name>
452 <name>Nick Gonzalez</name>