mirror of https://github.com/apache/maven.git
14 lines
398 B
XML
14 lines
398 B
XML
<model>
|
|
<parent>
|
|
<artifactId>maven-component</artifactId>
|
|
<groupId>maven</groupId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>maven</groupId>
|
|
<artifactId>maven-mboot</artifactId>
|
|
<packaging>jar</packaging>
|
|
<name>Maven MBoot</name>
|
|
<version>2.0-SNAPSHOT</version>
|
|
<description>Tool used to bootstrap m2.</description>
|
|
</model> |