make model config global

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@327065 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-10-21 01:21:51 +00:00
parent 8d50ba07b2
commit 9fbd9218c7
1 changed files with 5 additions and 5 deletions

View File

@ -14,6 +14,10 @@
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-maven-plugin</artifactId>
<version>1.0-alpha-6</version>
<configuration>
<version>1.0.0</version>
<model>settings.mdo</model>
</configuration>
<executions>
<execution>
<goals>
@ -21,10 +25,6 @@
<goal>java</goal>
<goal>xpp3-reader</goal>
</goals>
<configuration>
<version>1.0.0</version>
<model>settings.mdo</model>
</configuration>
</execution>
</executions>
</plugin>
@ -45,4 +45,4 @@
<artifactId>plexus-container-default</artifactId>
</dependency>
</dependencies>
</project>
</project>