]> source.dussan.org Git - archiva.git/blob
ea51d4f99c29cd6d3dee7e0736c1b5f71533b385
[archiva.git] /
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!--
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
11   ~
12   ~  http://www.apache.org/licenses/LICENSE-2.0
13   ~
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
19   ~ under the License.
20   -->
21
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>
24   <parent>
25     <groupId>org.apache</groupId>
26     <artifactId>apache</artifactId>
27     <version>4</version>
28   </parent>
29
30   <groupId>org.apache.archiva</groupId>
31   <artifactId>archiva-parent</artifactId>
32   <packaging>pom</packaging>
33   <name>Archiva Common Parent Project</name>
34   <version>3</version>
35   <inceptionYear>2006</inceptionYear>
36   <description>
37     Archiva is an application for managing one or more remote
38     repositories, including administration, artifact handling,
39     browsing and searching.
40   </description>
41   <issueManagement>
42     <system>jira</system>
43     <url>http://jira.codehaus.org/browse/MRM</url>
44   </issueManagement>
45   <mailingLists>
46     <mailingList>
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>
52       <otherArchives>
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>
56       </otherArchives>
57     </mailingList>
58     <mailingList>
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>
64       <otherArchives>
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>
68       </otherArchives>
69     </mailingList>
70     <mailingList>
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>
75       <otherArchives>
76         <otherArchive>http://www.mail-archive.com/commits@archiva.apache.org</otherArchive>
77         <otherArchive>http://markmail.org/list/org.apache.archiva.commits</otherArchive>
78       </otherArchives>
79     </mailingList>
80     <mailingList>
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>
85       <otherArchives>
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>
89       </otherArchives>
90     </mailingList>
91    </mailingLists>
92   <scm>
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>
96   </scm>
97   <properties>
98     <siteBaseDeployment>scp://people.apache.org/www/archiva.apache.org</siteBaseDeployment>
99   </properties>
100   <ciManagement>
101     <system>continuum</system>
102     <url>http://vmbuild.apache.org/continuum</url>
103   </ciManagement>
104   <profiles>
105     <profile>
106       <id>release</id>
107       <build>
108         <plugins>
109           <plugin>
110             <groupId>org.apache.maven.plugins</groupId>
111             <artifactId>maven-gpg-plugin</artifactId>
112             <configuration>
113               <passphrase>${gpg.passphrase}</passphrase>
114             </configuration>
115             <executions>
116               <execution>
117                 <goals>
118                   <goal>sign</goal>
119                 </goals>
120               </execution>
121             </executions>
122           </plugin>
123           <plugin>
124             <groupId>org.apache.maven.plugins</groupId>
125             <artifactId>maven-source-plugin</artifactId>
126             <executions>
127               <execution>
128                 <id>attach-sources</id>
129                 <goals>
130                   <goal>jar</goal>
131                 </goals>
132               </execution>
133             </executions>
134           </plugin>
135           <plugin>
136             <groupId>org.apache.maven.plugins</groupId>
137             <artifactId>maven-javadoc-plugin</artifactId>
138             <executions>
139               <execution>
140                 <id>attach-javadocs</id>
141                 <goals>
142                   <goal>jar</goal>
143                 </goals>
144               </execution>
145             </executions>
146           </plugin>
147           <plugin>
148             <groupId>org.apache.maven.plugins</groupId>
149             <artifactId>maven-deploy-plugin</artifactId>
150             <configuration>
151               <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
152               <updateReleaseInfo>true</updateReleaseInfo>
153             </configuration>
154           </plugin>
155         </plugins>
156       </build>
157     </profile>
158   </profiles>
159
160   <build>
161     <plugins>
162       <!-- We want to package up license resources in the JARs produced -->
163       <plugin>
164         <groupId>org.apache.maven.plugins</groupId>
165         <artifactId>maven-remote-resources-plugin</artifactId>
166         <executions>
167           <execution>
168             <goals>
169               <goal>process</goal>
170             </goals>
171             <configuration>
172               <resourceBundles>
173                 <resourceBundle>org.apache:apache-jar-resource-bundle:1.3</resourceBundle>
174               </resourceBundles>
175             </configuration>
176           </execution>
177         </executions>
178       </plugin>
179     </plugins>
180     <pluginManagement>
181       <plugins>
182         <!-- set versions of common plugins for reproducibility, ordered alphabetically -->
183         <plugin>
184           <groupId>org.apache.maven.plugins</groupId>
185           <artifactId>maven-clean-plugin</artifactId>
186           <version>2.2</version>
187         </plugin>
188         <plugin>
189           <groupId>org.apache.maven.plugins</groupId>
190           <artifactId>maven-gpg-plugin</artifactId>
191           <version>1.0-alpha-4</version>
192         </plugin>
193         <plugin>
194           <groupId>org.apache.maven.plugins</groupId>
195           <artifactId>maven-javadoc-plugin</artifactId>
196           <version>2.3</version>
197         </plugin>
198         <plugin>
199           <groupId>org.apache.maven.plugins</groupId>
200           <artifactId>maven-release-plugin</artifactId>
201           <version>2.0-beta-7</version>
202           <configuration>
203             <tagBase>https://svn.apache.org/repos/asf/archiva/tags/</tagBase>
204             <useReleaseProfile>false</useReleaseProfile>
205             <arguments>-Prelease</arguments>
206           </configuration>
207         </plugin>
208         <plugin>
209           <groupId>org.apache.maven.plugins</groupId>
210           <artifactId>maven-site-plugin</artifactId>
211           <version>2.0-beta-5</version>
212         </plugin>
213         <plugin>
214           <groupId>org.apache.maven.plugins</groupId>
215           <artifactId>maven-source-plugin</artifactId>
216           <version>2.0.3</version>
217         </plugin>
218       </plugins>
219     </pluginManagement>
220   </build>
221
222   <!-- Developers listed by PMC Chair, PMC, Committers, Contributers, all alphabetical-->
223   <developers>
224     <developer>
225       <id>oching</id>
226       <name>Maria Odea B. Ching</name>
227       <email>oching@apache.org</email>
228       <roles>
229         <role>PMC Chair</role>
230       </roles>
231       <timezone>+8</timezone>
232     </developer>
233     <developer>
234       <id>aheritier</id>
235       <name>Arnaud Heritier</name>
236       <email>aheritier@apache.org</email>
237       <organization>OCTO Technology</organization>
238       <organizationUrl>http://www.octo.com</organizationUrl>
239       <roles>
240         <role>PMC Member</role>
241       </roles>
242       <timezone>+1</timezone>
243     </developer>
244     <developer>
245       <id>bellingard</id>
246       <name>Fabrice Bellingard</name>
247       <roles>
248         <role>PMC Member</role>
249       </roles>
250     </developer>
251     <developer>
252       <id>brett</id>
253       <name>Brett Porter</name>
254       <email>brett@apache.org</email>
255       <organization>ASF</organization>
256       <roles>
257         <role>PMC Member</role>
258       </roles>
259       <timezone>+10</timezone>
260     </developer>
261     <developer>
262       <id>carlos</id>
263       <name>Carlos Sanchez</name>
264       <email>carlos@apache.org</email>
265       <organization>ASF</organization>
266       <roles>
267         <role>PMC Member</role>
268       </roles>
269       <timezone>+1</timezone>
270     </developer>
271     <developer>
272       <id>epunzalan</id>
273       <name>Edwin Punzalan</name>
274       <email>epunzalan@apache.org</email>
275       <roles>
276         <role>PMC Member</role>
277       </roles>
278       <timezone>-8</timezone>
279     </developer>
280     <developer>
281       <id>evenisse</id>
282       <name>Emmanuel Venisse</name>
283       <email>evenisse@apache.org</email>
284       <organization>ASF</organization>
285       <roles>
286         <role>PMC Member</role>
287       </roles>
288       <timezone>+1</timezone>
289     </developer>
290     <developer>
291       <id>joakime</id>
292       <name>Joakim Erdfelt</name>
293       <email>joakime@apache.org</email>
294       <organization>ASF</organization>
295       <roles>
296         <role>PMC Member</role>
297       </roles>
298       <timezone>-5</timezone>
299     </developer>
300     <developer>
301       <id>jtolentino</id>
302       <name>Ernesto Tolentino Jr.</name>
303       <email>jtolentino@apache.org</email>
304       <organization>ASF</organization>
305       <roles>
306         <role>PMC Member</role>
307       </roles>
308       <timezone>+8</timezone>
309     </developer>
310     <developer>
311       <id>jmcconnell</id>
312       <name>Jesse McConnell</name>
313       <email>jmcconnell@apache.org</email>
314       <organization>ASF</organization>
315       <roles>
316         <role>PMC Member</role>
317       </roles>
318       <timezone>-6</timezone>
319     </developer>
320     <developer>
321       <id>nicolas</id>
322       <name>Nicolas De Loof</name>
323       <email>nicolas@apache.org</email>
324       <organization>Capgemini</organization>
325       <roles>
326         <role>PMC Member</role>
327       </roles>
328       <timezone>+1</timezone>
329     </developer>
330     <developer>
331       <id>wsmoak</id>
332       <name>Wendy Smoak</name>
333       <email>wsmoak@apache.org</email>
334       <roles>
335         <role>PMC Member</role>
336       </roles>
337       <timezone>-7</timezone>
338     </developer>
339     <!--Committers-->
340     <developer>
341       <id>dennisl</id>
342       <name>Dennis Lundberg</name>
343       <email>dennisl@apache.org</email>
344       <organization>ASF</organization>
345       <roles>
346         <role>Committer</role>
347       </roles>
348       <timezone>+1</timezone>
349     </developer>
350     <developer>
351       <id>jdumay</id>
352       <name>James William Dumay</name>
353       <email>james@atlassian.com</email>
354       <organization>Atlassian</organization>
355       <roles>
356         <roles>Committer</roles>
357       </roles>
358       <timezone>+11</timezone>
359     </developer>
360     <!-- Emeritus Committers -->
361     <developer>
362       <id>jvanzyl</id>
363       <name>Jason van Zyl</name>
364       <roles>
365         <role>Emeritus</role>
366       </roles>
367     </developer>
368     <developer>
369       <id>bayard</id>
370       <name>Henri Yandell</name>
371       <roles>
372         <role>Emeritus</role>
373       </roles>
374     </developer>
375     <developer>
376       <id>kenney</id>
377       <name>Kenney Westerhof</name>
378       <roles>
379         <role>Emeritus</role>
380       </roles>
381     </developer>
382   </developers>
383
384   <contributors>
385     <contributor>
386       <name>Steffen Grunwald</name>
387     </contributor>
388     <contributor>
389       <name>Stefan Prange</name>
390     </contributor>
391     <contributor>
392       <name>John Michael Luy</name>
393     </contributor>
394     <contributor>
395       <name>Martin Höller</name>
396     </contributor>
397     <contributor>
398       <name>Stephen Gargan</name>
399     </contributor>
400     <contributor>
401       <name>Dario Oliveros</name>
402     </contributor>
403     <contributor>
404       <name>james ahlborn</name>
405     </contributor>
406     <contributor>
407       <name>Jim Jackson</name>
408     </contributor>
409     <contributor>
410       <name>Daniel Harvey</name>
411     </contributor>
412     <contributor>
413       <name>Aleksandr Tarutin</name>
414     </contributor>
415     <contributor>
416       <name>Teodoro Cue Jr.</name>
417     </contributor>
418     <contributor>
419       <name>Jan Ancajas</name>
420     </contributor>
421     <contributor>
422       <name>Jens Mühlenhoff</name>
423     </contributor>
424     <contributor>
425       <name>Dawn Angelito</name>
426     </contributor>
427     <contributor>
428       <name>Nap Ramirez</name>
429     </contributor>
430     <contributor>
431       <name>Henry Isidro</name>
432     </contributor>
433     <contributor>
434       <name>Antoine Veret</name>
435     </contributor>
436     <contributor>
437       <name>Christian Gruber</name>
438     </contributor>
439     <contributor>
440       <name>Allan Ramirez</name>
441     </contributor>
442     <contributor>
443       <name>Pete Marvin King</name>
444     </contributor>
445     <contributor>
446       <name>Joel Sudiacal</name>
447     </contributor>
448     <contributor>
449       <name>Milos Kleint</name>
450     </contributor>
451     <contributor>
452       <name>Nick Gonzalez</name>
453     </contributor>
454   </contributors>
455
456 </project>
457