JAL-3210 Almost working goomph build
[jalview.git] / gradle / m2-old / repository / org / apache / apache / 3 / apache-3.pom
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!--
4   ~ Copyright 2005-2006 The Apache Software Foundation.
5   ~
6   ~ Licensed under the Apache License, Version 2.0 (the "License");
7   ~ you may not use this file except in compliance with the License.
8   ~ You may obtain a copy of the License at
9   ~
10   ~      http://www.apache.org/licenses/LICENSE-2.0
11   ~
12   ~ Unless required by applicable law or agreed to in writing, software
13   ~ distributed under the License is distributed on an "AS IS" BASIS,
14   ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15   ~ See the License for the specific language governing permissions and
16   ~ limitations under the License.
17   -->
18
19 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
21   <modelVersion>4.0.0</modelVersion>
22
23   <!-- Shared parent. Doesn't define a lot of things about Apache like general mailing lists, but does
24        define the settings common to all projects at Apache -->
25   <groupId>org.apache</groupId>
26   <artifactId>apache</artifactId>
27   <version>3</version>
28   <packaging>pom</packaging>
29   <name>The Apache Software Foundation</name>
30   <description>
31     The Apache Software Foundation provides support for the Apache community of open-source software projects.
32     The Apache projects are characterized by a collaborative, consensus based development process, an open and
33     pragmatic software license, and a desire to create high quality software that leads the way in its field.
34     We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
35     and users.
36   </description>
37   <licenses>
38     <license>
39       <name>The Apache Software License, Version 2.0</name>
40       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
41       <distribution>repo</distribution>
42     </license>
43   </licenses>
44   <organization>
45     <name>Apache Software Foundation</name>
46     <url>http://www.apache.org/</url>
47   </organization>
48   <url>http://www.apache.org/</url>
49   <repositories>
50     <repository>
51       <id>apache.snapshots</id>
52       <name>Apache Snapshot Repository</name>
53       <url>http://people.apache.org/repo/m2-snapshot-repository</url>
54       <releases>
55         <enabled>false</enabled>
56       </releases>
57     </repository>
58   </repositories>
59   <distributionManagement>
60     <!-- Site omitted - each project must provide their own -->
61     <repository>
62       <id>apache.releases</id>
63       <name>Apache Release Distribution Repository</name>
64       <url>scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
65     </repository>
66     <snapshotRepository>
67       <id>apache.snapshots</id>
68       <name>Apache Development Snapshot Repository</name>
69       <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
70     </snapshotRepository>
71   </distributionManagement>
72   <mailingLists>
73     <mailingList>
74       <name>Apache Announce List</name>
75       <subscribe>announce-subscribe@apache.org</subscribe>
76       <unsubscribe>announce-unsubscribe@apache.org</unsubscribe>
77       <post>announce@apache.org</post>
78       <archive>http://mail-archives.apache.org/mod_mbox/www-announce/</archive>
79     </mailingList>
80   </mailingLists>
81 </project>
82