mirror of
https://github.com/apache/maven.git
synced 2025-02-23 19:05:45 +00:00
o Added the ability for DefaultMaven to load only the super-pom in the event that no pom.xml exists to initiate the assembly. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163527 13f79535-47bb-0310-9956-ffa450edef68
24 lines
592 B
XML
24 lines
592 B
XML
<model>
|
|
<parent>
|
|
<artifactId>maven-component</artifactId>
|
|
<groupId>maven</groupId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<artifactId>maven-user-model</artifactId>
|
|
<packaging>jar</packaging>
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>maven</groupId>
|
|
<artifactId>maven-modello-plugin</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
<configuration>
|
|
<version>4.0.0</version>
|
|
<model>maven-user.mdo</model>
|
|
</configuration>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
</model>
|