]> source.dussan.org Git - archiva.git/blob
28fd57f5c93fe01a6ae4fd688ac2ab9974a94e84
[archiva.git] /
1 <?xml version='1.0' encoding='UTF-8'?>\r
2 <!--\r
3   ~ Copyright 2006 The Apache Software Foundation.\r
4   ~\r
5   ~ Licensed under the Apache License, Version 2.0 (the "License");\r
6   ~ you may not use this file except in compliance with the License.\r
7   ~ You may obtain a copy of the License at\r
8   ~\r
9   ~      http://www.apache.org/licenses/LICENSE-2.0\r
10   ~\r
11   ~ Unless required by applicable law or agreed to in writing, software\r
12   ~ distributed under the License is distributed on an "AS IS" BASIS,\r
13   ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
14   ~ See the License for the specific language governing permissions and\r
15   ~ limitations under the License.\r
16   \r
17 -->\r
18 <project 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' xmlns='http://maven.apache.org/POM/4.0.0'>\r
19   <parent>\r
20     <artifactId>maven-plugins</artifactId>\r
21     <groupId>org.apache.maven.plugins</groupId>\r
22     <version>8</version>\r
23   </parent>\r
24   <modelVersion>4.0.0</modelVersion>\r
25   <artifactId>maven-install-plugin</artifactId>\r
26   <packaging>maven-plugin</packaging>\r
27   <name>Maven Install Plugin</name>\r
28   <version>2.2-SNAPSHOT</version>\r
29   <inceptionYear>2004</inceptionYear>\r
30   <prerequisites>\r
31     <maven>2.0</maven>\r
32   </prerequisites>\r
33   <issueManagement>\r
34     <system>jira</system>\r
35     <url>http://jira.codehaus.org/browse/MINSTALL</url>\r
36   </issueManagement>\r
37   <dependencies>\r
38     <dependency>\r
39       <groupId>org.apache.maven</groupId>\r
40       <artifactId>maven-plugin-api</artifactId>\r
41       <version>2.0.6</version>\r
42     </dependency>\r
43     <dependency>\r
44       <groupId>org.apache.maven</groupId>\r
45       <artifactId>maven-project</artifactId>\r
46       <version>2.0.6</version>\r
47     </dependency>\r
48     <dependency>\r
49       <groupId>org.apache.maven</groupId>\r
50       <artifactId>maven-artifact-manager</artifactId>\r
51       <version>2.0.6</version>\r
52     </dependency>\r
53     <dependency>\r
54       <groupId>org.apache.maven</groupId>\r
55       <artifactId>maven-artifact</artifactId>\r
56       <version>2.0.6</version>\r
57     </dependency>\r
58     <dependency>\r
59       <groupId>org.apache.maven.shared</groupId>\r
60       <artifactId>maven-plugin-testing-harness</artifactId>\r
61       <version>1.0-beta-1</version>\r
62       <scope>test</scope>\r
63     </dependency>\r
64     <dependency>\r
65       <groupId>org.codehaus.plexus</groupId>\r
66       <artifactId>plexus-digest</artifactId>\r
67       <version>1.0</version>\r
68     </dependency>\r
69   </dependencies>\r
70 </project>\r
71 \r