JAL-3456 Some task improvements for use in Eclipse as IDE
[jalview.git] / gradle / m2 / repository / org / apache / maven / maven / 2.0.6 / maven-2.0.6.pom
1 <!--
2 Licensed to the Apache Software Foundation (ASF) under one
3 or more contributor license agreements.  See the NOTICE file
4 distributed with this work for additional information
5 regarding copyright ownership.  The ASF licenses this file
6 to you under the Apache License, Version 2.0 (the
7 "License"); you may not use this file except in compliance
8 with the License.  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,
13 software distributed under the License is distributed on an
14 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 KIND, either express or implied.  See the License for the
16 specific language governing permissions and limitations
17 under the License.
18 -->
19
20 <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">
21   <modelVersion>4.0.0</modelVersion>
22   <parent>
23     <groupId>org.apache.maven</groupId>
24     <artifactId>maven-parent</artifactId>
25     <version>5</version>
26     <relativePath>../pom/maven/pom.xml</relativePath>
27   </parent>
28   <artifactId>maven</artifactId>
29   <packaging>pom</packaging>
30   <name>Maven</name>
31   <version>2.0.6</version>
32   <description>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</description>
33   <url>http://maven.apache.org</url>
34   <issueManagement>
35     <system>jira</system>
36     <url>http://jira.codehaus.org/browse/MNG</url>
37   </issueManagement>
38   <inceptionYear>2001</inceptionYear>
39   <mailingLists>
40     <mailingList>
41       <name>Maven User List</name>
42       <subscribe>users-subscribe@maven.apache.org</subscribe>
43       <unsubscribe>users-unsubscribe@maven.apache.org</unsubscribe>
44       <post>users@maven.apache.org</post>
45       <archive>http://mail-archives.apache.org/mod_mbox/maven-users</archive>
46       <otherArchives>
47         <otherArchive>http://www.mail-archive.com/users@maven.apache.org/</otherArchive>
48         <otherArchive>http://www.nabble.com/Maven---Users-f178.html</otherArchive>
49       </otherArchives>
50     </mailingList>
51   </mailingLists>
52   <scm>
53     <connection>scm:svn:https://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.6</connection>
54     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.6</developerConnection>
55     <url>https://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.6</url>
56   </scm>
57   <build>
58     <pluginManagement>
59       <plugins>
60         <plugin>
61           <artifactId>maven-release-plugin</artifactId>
62           <configuration>
63             <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase>
64           </configuration>
65         </plugin>
66        <plugin>
67           <groupId>org.codehaus.modello</groupId>
68           <artifactId>modello-maven-plugin</artifactId>
69           <version>1.0-alpha-13</version>
70           <executions>
71             <execution>
72               <id>site-docs</id>
73               <phase>pre-site</phase>
74               <goals>
75                 <goal>xdoc</goal>
76                 <goal>xsd</goal>
77               </goals>
78             </execution>
79             <execution>
80
81               <id>standard</id>
82               <goals>
83                 <goal>java</goal>
84                 <goal>xpp3-reader</goal>
85                 <goal>xpp3-writer</goal>
86               </goals>
87             </execution>
88           </executions>
89         </plugin>        
90       </plugins>
91     </pluginManagement>
92   </build>
93   <modules>
94     <module>maven-artifact</module>
95     <module>maven-artifact-manager</module>
96     <module>maven-artifact-test</module>
97     <module>maven-core</module>
98     <module>maven-error-diagnostics</module>
99     <module>maven-model</module>
100     <module>maven-monitor</module>
101     <module>maven-plugin-api</module>
102     <module>maven-plugin-descriptor</module>
103     <module>maven-plugin-parameter-documenter</module>
104     <module>maven-plugin-registry</module>
105     <module>maven-profile</module>
106     <module>maven-project</module>
107     <module>maven-reporting</module>
108     <module>maven-repository-metadata</module>
109     <module>maven-script</module>
110     <module>maven-settings</module>
111   </modules>
112   <dependencies>
113     <dependency>
114       <groupId>junit</groupId>
115       <artifactId>junit</artifactId>
116       <version>3.8.1</version>
117       <scope>test</scope>
118     </dependency>
119   </dependencies>
120   <properties>
121     <mavenVersion>2.0.6</mavenVersion>
122   </properties>
123   <dependencyManagement>
124     <dependencies>
125       <!-- Maven -->
126       <dependency>
127         <groupId>org.apache.maven</groupId>
128         <artifactId>maven-model</artifactId>
129         <version>${mavenVersion}</version>
130       </dependency>
131       <dependency>
132         <groupId>org.apache.maven</groupId>
133         <artifactId>maven-project</artifactId>
134         <version>${mavenVersion}</version>
135       </dependency>
136       <dependency>
137         <groupId>org.apache.maven.reporting</groupId>
138         <artifactId>maven-reporting-api</artifactId>
139         <version>${mavenVersion}</version>
140       </dependency>
141       <dependency>
142         <groupId>org.apache.maven</groupId>
143         <artifactId>maven-repository-metadata</artifactId>
144         <version>${mavenVersion}</version>
145       </dependency>
146       <dependency>
147         <groupId>org.apache.maven</groupId>
148         <artifactId>maven-artifact</artifactId>
149         <version>${mavenVersion}</version>
150       </dependency>
151       <dependency>
152         <groupId>org.apache.maven</groupId>
153         <artifactId>maven-artifact-manager</artifactId>
154         <version>${mavenVersion}</version>
155       </dependency>
156       <dependency>
157         <groupId>org.apache.maven</groupId>
158         <artifactId>maven-artifact-test</artifactId>
159         <version>${mavenVersion}</version>
160       </dependency>
161       <dependency>
162         <groupId>org.apache.maven</groupId>
163         <artifactId>maven-settings</artifactId>
164         <version>${mavenVersion}</version>
165       </dependency>
166       <dependency>
167         <groupId>org.apache.maven</groupId>
168         <artifactId>maven-plugin-parameter-documenter</artifactId>
169         <version>${mavenVersion}</version>
170       </dependency>
171       <dependency>
172         <groupId>org.apache.maven</groupId>
173         <artifactId>maven-profile</artifactId>
174         <version>${mavenVersion}</version>
175       </dependency>
176       <dependency>
177         <groupId>org.apache.maven</groupId>
178         <artifactId>maven-plugin-registry</artifactId>
179         <version>${mavenVersion}</version>
180       </dependency>
181       <dependency>
182         <groupId>org.apache.maven</groupId>
183         <artifactId>maven-plugin-api</artifactId>
184         <version>${mavenVersion}</version>
185       </dependency>
186       <dependency>
187         <groupId>org.apache.maven</groupId>
188         <artifactId>maven-monitor</artifactId>
189         <version>${mavenVersion}</version>
190       </dependency>      
191       <!-- Plexus -->
192       <dependency>
193         <groupId>org.codehaus.plexus</groupId>
194         <artifactId>plexus-container-default</artifactId>
195         <version>1.0-alpha-9-stable-1</version>
196       </dependency>
197       <dependency>
198         <groupId>org.codehaus.plexus</groupId>
199         <artifactId>plexus-utils</artifactId>
200         <version>1.4.1</version>
201       </dependency>
202       <dependency>
203         <groupId>org.apache.maven.wagon</groupId>
204         <artifactId>wagon-provider-api</artifactId>
205         <version>1.0-beta-2</version>
206       </dependency>
207       <dependency>
208         <groupId>org.apache.maven.wagon</groupId>
209         <artifactId>wagon-ssh</artifactId>
210         <version>1.0-beta-2</version>
211       </dependency>
212       <dependency>
213         <groupId>org.apache.maven.wagon</groupId>
214         <artifactId>wagon-ssh-external</artifactId>
215         <version>1.0-beta-2</version>
216       </dependency>
217       <dependency>
218         <groupId>org.apache.maven.wagon</groupId>
219         <artifactId>wagon-file</artifactId>
220         <version>1.0-beta-2</version>
221       </dependency>
222       <dependency>
223         <groupId>org.apache.maven.wagon</groupId>
224         <artifactId>wagon-http-lightweight</artifactId>
225         <version>1.0-beta-2</version>
226       </dependency>
227       <dependency>
228         <groupId>easymock</groupId>
229         <artifactId>easymock</artifactId>
230         <version>1.2_Java1.3</version>
231         <scope>test</scope>
232       </dependency>
233       <dependency>
234         <groupId>classworlds</groupId>
235         <artifactId>classworlds</artifactId>
236         <version>1.1</version>
237       </dependency>
238     </dependencies>
239   </dependencyManagement>
240   <distributionManagement>
241     <site>
242       <id>apache.website</id>
243       <url>scp://people.apache.org/www/maven.apache.org/ref/${project.version}/</url>
244     </site>
245   </distributionManagement>
246 </project>