2005-07-21 09:58:42 -04:00
|
|
|
<model 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-10-21 12:08:28 -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>
|
2005-06-27 11:29:14 -04:00
|
|
|
<version>2.0-beta-1-SNAPSHOT</version>
|
2004-10-21 12:08:28 -04:00
|
|
|
</parent>
|
2005-03-09 20:35:25 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2005-06-23 02:03:10 -04:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2004-10-21 12:08:28 -04:00
|
|
|
<artifactId>maven-mboot</artifactId>
|
2005-06-27 11:29:14 -04:00
|
|
|
<version>2.0-beta-1-SNAPSHOT</version>
|
2005-03-09 20:35:25 -05:00
|
|
|
<name>Maven MBoot</name>
|
2004-10-21 12:08:28 -04:00
|
|
|
<description>Tool used to bootstrap m2.</description>
|
2005-04-03 21:36:58 -04:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.modello</groupId>
|
2005-04-06 03:38:42 -04:00
|
|
|
<artifactId>modello-plugin-xpp3</artifactId>
|
2005-09-14 00:08:29 -04:00
|
|
|
<version>1.0-alpha-4</version>
|
2005-04-03 22:31:56 -04:00
|
|
|
<scope>runtime</scope>
|
2005-04-03 21:36:58 -04:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Just for install... possibly not needed here? -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>classworlds</groupId>
|
|
|
|
<artifactId>classworlds</artifactId>
|
|
|
|
<version>1.1-alpha-1</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>plexus</groupId>
|
|
|
|
<artifactId>plexus-container-default</artifactId>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2005-03-23 01:52:55 -05:00
|
|
|
</model>
|