You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2005/10/21 03:21:52 UTC

svn commit: r327065 - /maven/components/trunk/maven-settings/pom.xml

Author: brett
Date: Thu Oct 20 18:21:51 2005
New Revision: 327065

URL: http://svn.apache.org/viewcvs?rev=327065&view=rev
Log:
make model config global

Modified:
    maven/components/trunk/maven-settings/pom.xml

Modified: maven/components/trunk/maven-settings/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-settings/pom.xml?rev=327065&r1=327064&r2=327065&view=diff
==============================================================================
--- maven/components/trunk/maven-settings/pom.xml (original)
+++ maven/components/trunk/maven-settings/pom.xml Thu Oct 20 18:21:51 2005
@@ -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>
\ No newline at end of file
+</project>