John Dennis Casey f6c2684903 o Moved the default plugin stuff to <pluginManagement/>. Plugin config will be pulled from here and injected into <plugins/> as needed to satisfy type-handlers at runtime.
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
2005-03-10 23:01:38 +00:00

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>