2005-04-05 00:11:03 -04:00
|
|
|
<project>
|
2004-08-09 15:02:31 -04:00
|
|
|
<parent>
|
2005-04-05 12:30:55 -04:00
|
|
|
<artifactId>maven</artifactId>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2004-08-09 15:02:31 -04:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
</parent>
|
2005-03-09 20:35:25 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2004-08-09 15:02:31 -04:00
|
|
|
<artifactId>maven-core</artifactId>
|
|
|
|
<name>Maven</name>
|
|
|
|
<dependencies>
|
2004-08-25 21:18:19 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>plexus</groupId>
|
2004-12-23 18:46:42 -05:00
|
|
|
<artifactId>plexus-container-artifact</artifactId>
|
2005-04-01 11:03:43 -05:00
|
|
|
<version>1.0-alpha-2</version>
|
2005-03-04 04:04:26 -05:00
|
|
|
</dependency>
|
2004-08-09 15:02:31 -04:00
|
|
|
<dependency>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2004-08-09 15:02:31 -04:00
|
|
|
<artifactId>maven-model</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
2005-03-08 01:06:22 -05:00
|
|
|
<dependency>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-03-16 01:29:35 -05:00
|
|
|
<artifactId>maven-settings</artifactId>
|
2005-03-08 01:06:22 -05:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
2004-08-09 15:02:31 -04:00
|
|
|
<dependency>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2004-08-09 15:02:31 -04:00
|
|
|
<artifactId>maven-artifact</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2004-08-09 15:02:31 -04:00
|
|
|
<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>
|
2005-02-25 00:09:14 -05:00
|
|
|
</dependency>
|
2005-02-28 13:29:47 -05:00
|
|
|
<dependency>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-02-28 13:29:47 -05:00
|
|
|
<artifactId>maven-script-marmalade</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
2005-04-05 00:11:03 -04:00
|
|
|
<scope>runtime</scope>
|
2005-02-28 13:29:47 -05:00
|
|
|
</dependency>
|
2005-02-25 00:09:14 -05:00
|
|
|
<dependency>
|
2005-04-05 00:11:03 -04:00
|
|
|
<groupId>plexus</groupId>
|
|
|
|
<artifactId>plexus-container-default</artifactId>
|
|
|
|
<version>1.0-alpha-2</version>
|
2005-02-25 00:09:14 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2005-04-05 00:11:03 -04:00
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-http-lightweight</artifactId>
|
|
|
|
<version>1.0-alpha-2</version>
|
|
|
|
<scope>runtime</scope>
|
2005-02-25 00:09:14 -05:00
|
|
|
</dependency>
|
2004-08-09 15:02:31 -04:00
|
|
|
</dependencies>
|
2005-03-09 20:35:25 -05:00
|
|
|
<reports>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven.reports</groupId>
|
2005-03-09 20:35:25 -05:00
|
|
|
<artifactId>mail-lists</artifactId>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven.reports</groupId>
|
2005-03-09 20:35:25 -05:00
|
|
|
<artifactId>dependencies</artifactId>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</reports>
|
2004-09-09 21:45:52 -04:00
|
|
|
<distributionManagement>
|
|
|
|
<site>
|
|
|
|
<id>website</id>
|
|
|
|
<url>scp://www.apache.org//www/maven.apache.org/m2</url>
|
|
|
|
</site>
|
|
|
|
</distributionManagement>
|
2005-04-06 01:11:24 -04:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
2005-04-06 02:21:16 -04:00
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
2005-04-06 01:11:24 -04:00
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
<configuration>
|
|
|
|
<descriptor>src/assemble/bin.xml</descriptor>
|
|
|
|
<finalName>maven-2.0-SNAPSHOT</finalName>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
2005-04-05 00:11:03 -04:00
|
|
|
</project>
|