mirror of https://github.com/apache/maven.git
13 lines
328 B
XML
13 lines
328 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-archetype</artifactId>
|
|
<packaging>pom</packaging>
|
|
<version>1.0-alpha-1-SNAPSHOT</version>
|
|
</model>
|