mirror of https://github.com/apache/maven.git
36 lines
1.0 KiB
XML
36 lines
1.0 KiB
XML
<model>
|
|
<parent>
|
|
<artifactId>maven-component</artifactId>
|
|
<groupId>org.apache.maven</groupId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<artifactId>maven-mboot</artifactId>
|
|
<packaging>jar</packaging>
|
|
<name>Maven MBoot</name>
|
|
<version>2.0-SNAPSHOT</version>
|
|
<description>Tool used to bootstrap m2.</description>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.codehaus.modello</groupId>
|
|
<artifactId>modello-xpp3-plugin</artifactId>
|
|
<version>1.0-alpha-1</version>
|
|
<scope>runtime</scope>
|
|
</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>
|
|
<version>1.0-alpha-2</version>
|
|
<scope>runtime</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
</model>
|