2006-07-07 12:23:28 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
~ Copyright 2005-2006 The Apache Software Foundation.
|
|
|
|
~
|
|
|
|
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
~ you may not use this file except in compliance with the License.
|
|
|
|
~ You may obtain a copy of the License at
|
|
|
|
~
|
|
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
~
|
|
|
|
~ Unless required by applicable law or agreed to in writing, software
|
|
|
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
~ See the License for the specific language governing permissions and
|
|
|
|
~ limitations under the License.
|
|
|
|
-->
|
|
|
|
|
|
|
|
<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">
|
2004-09-18 01:59:21 +00:00
|
|
|
<parent>
|
2005-04-05 16:30:55 +00:00
|
|
|
<artifactId>maven</artifactId>
|
2005-03-23 06:52:55 +00:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-12-12 18:22:06 +00:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2004-09-18 01:59:21 +00:00
|
|
|
</parent>
|
2005-03-10 01:35:25 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2004-08-09 18:37:31 +00:00
|
|
|
<artifactId>maven-artifact</artifactId>
|
2005-04-08 07:50:53 +00:00
|
|
|
<name>Maven Artifact</name>
|
2004-08-09 18:37:31 +00:00
|
|
|
<dependencies>
|
2005-06-21 16:12:44 +00:00
|
|
|
<dependency>
|
2005-10-08 14:13:31 +00:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
2005-09-16 02:50:12 +00:00
|
|
|
<artifactId>plexus-utils</artifactId>
|
2005-06-21 16:12:44 +00:00
|
|
|
</dependency>
|
2004-08-09 18:37:31 +00:00
|
|
|
<dependency>
|
2005-10-03 00:54:01 +00:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
2005-09-16 02:50:12 +00:00
|
|
|
<artifactId>plexus-container-default</artifactId>
|
|
|
|
<scope>test</scope>
|
2004-08-09 18:37:31 +00:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2005-12-12 18:22:06 +00:00
|
|
|
</project>
|