mirror of https://github.com/apache/maven.git
o adding a POM for the new mboot stuff
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163197 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d167b8c23c
commit
8da840e736
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>maven</groupId>
|
||||
<artifactId>maven-component</artifactId>
|
||||
<version>2.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<name>Maven MBoot</name>
|
||||
<groupId>maven</groupId>
|
||||
<artifactId>maven-mboot</artifactId>
|
||||
<version>2.0-SNAPSHOT</version>
|
||||
<description>Tool used to bootstrap m2.</description>
|
||||
<shortDescription>Tool used to bootstrap m2.</shortDescription>
|
||||
</project>
|
Loading…
Reference in New Issue