mirror of https://github.com/apache/maven.git
correct modello plugin reference for building outside of mboot
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163569 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2f89f1e94d
commit
4eb5de7cc8
|
@ -16,9 +16,20 @@
|
|||
<artifactId>maven-modello-plugin</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<configuration>
|
||||
<version>4.0.0</version>
|
||||
<version>1.0.0</version>
|
||||
<model>maven-user.mdo</model>
|
||||
</configuration>
|
||||
<goals>
|
||||
<goal>
|
||||
<id>xpp3-writer</id>
|
||||
</goal>
|
||||
<goal>
|
||||
<id>xpp3-reader</id>
|
||||
</goal>
|
||||
<goal>
|
||||
<id>java</id>
|
||||
</goal>
|
||||
</goals>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
|
Loading…
Reference in New Issue