mirror of https://github.com/apache/maven.git
69 lines
1.9 KiB
XML
69 lines
1.9 KiB
XML
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||
|
|
||
|
<project>
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
<parent>
|
||
|
<groupId>maven</groupId>
|
||
|
<artifactId>maven-component</artifactId>
|
||
|
<version>2.0-SNAPSHOT</version>
|
||
|
</parent>
|
||
|
<groupId>maven</groupId>
|
||
|
<artifactId>maven-core</artifactId>
|
||
|
<name>Maven</name>
|
||
|
<version>2.0-SNAPSHOT</version>
|
||
|
<inceptionYear>2001</inceptionYear>
|
||
|
<package>org.apache.maven</package>
|
||
|
<logo>/images/maven.gif</logo>
|
||
|
<dependencies>
|
||
|
<!-- maven component -->
|
||
|
<dependency>
|
||
|
<groupId>maven</groupId>
|
||
|
<artifactId>maven-model</artifactId>
|
||
|
<version>2.0-SNAPSHOT</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>maven</groupId>
|
||
|
<artifactId>maven-artifact</artifactId>
|
||
|
<version>2.0-SNAPSHOT</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>maven</groupId>
|
||
|
<artifactId>maven-plugin</artifactId>
|
||
|
<version>2.0-SNAPSHOT</version>
|
||
|
</dependency>
|
||
|
<!-- -->
|
||
|
<dependency>
|
||
|
<groupId>commons-cli</groupId>
|
||
|
<artifactId>commons-cli</artifactId>
|
||
|
<version>1.0-beta-2</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>plexus</groupId>
|
||
|
<artifactId>plexus-i18n</artifactId>
|
||
|
<version>1.0-beta-3</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>ognl</groupId>
|
||
|
<artifactId>ognl</artifactId>
|
||
|
<version>2.5.1</version>
|
||
|
</dependency>
|
||
|
<!-- Used to support maven.xml script and goal decorating in general. -->
|
||
|
<dependency>
|
||
|
<groupId>marmalade</groupId>
|
||
|
<artifactId>marmalade-core</artifactId>
|
||
|
<version>0.1</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>marmalade</groupId>
|
||
|
<artifactId>marmalade-el-ognl</artifactId>
|
||
|
<version>0.1</version>
|
||
|
</dependency>
|
||
|
<!-- Wagon -->
|
||
|
<dependency>
|
||
|
<groupId>maven</groupId>
|
||
|
<artifactId>wagon-api</artifactId>
|
||
|
<version>0.9-SNAPSHOT</version>
|
||
|
</dependency>
|
||
|
</dependencies>
|
||
|
</project>
|