mirror of
https://github.com/apache/maven.git
synced 2025-02-06 18:18:48 +00:00
ce944b2a40
publish MD5 and SHA1 checksums with all artifacts git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163918 13f79535-47bb-0310-9956-ffa450edef68
42 lines
1.2 KiB
XML
42 lines
1.2 KiB
XML
<model>
|
|
<parent>
|
|
<artifactId>maven</artifactId>
|
|
<groupId>org.apache.maven</groupId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<artifactId>maven-mboot</artifactId>
|
|
<name>Maven MBoot</name>
|
|
<description>Tool used to bootstrap m2.</description>
|
|
<dependencies>
|
|
<!-- TODO: shouldn't be required - need latest version dependency resolution -->
|
|
<dependency>
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
<artifactId>wagon-provider-api</artifactId>
|
|
<version>1.0-alpha-3-SNAPSHOT</version>
|
|
<scope>runtime</scope>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.codehaus.modello</groupId>
|
|
<artifactId>modello-plugin-xpp3</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>
|