You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/02/05 09:34:56 UTC

svn commit: r1067412 - /maven/plugins/trunk/maven-assembly-plugin/pom.xml

Author: hboutemy
Date: Sat Feb  5 08:34:55 2011
New Revision: 1067412

URL: http://svn.apache.org/viewvc?rev=1067412&view=rev
Log:
pom simplification

Modified:
    maven/plugins/trunk/maven-assembly-plugin/pom.xml

Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/pom.xml?rev=1067412&r1=1067411&r2=1067412&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Sat Feb  5 08:34:55 2011
@@ -245,6 +245,10 @@ under the License.
         <configuration>
           <useJava5>true</useJava5>
           <version>${mdoVersion}</version>
+          <models>
+            <model>src/main/mdo/descriptor.mdo</model>
+            <model>src/main/mdo/component.mdo</model>
+          </models>
         </configuration>
         <executions>
           <execution>
@@ -256,12 +260,6 @@ under the License.
               <goal>java</goal>
               <goal>xsd</goal>
             </goals>
-            <configuration>
-              <models>
-                <model>src/main/mdo/descriptor.mdo</model>
-                <model>src/main/mdo/component.mdo</model>
-              </models>
-            </configuration>
           </execution>
           <execution>
             <id>mdo-site</id>
@@ -270,12 +268,6 @@ under the License.
               <goal>xdoc</goal>
               <goal>xsd</goal>
             </goals>
-            <configuration>
-              <models>
-                <model>src/main/mdo/descriptor.mdo</model>
-                <model>src/main/mdo/component.mdo</model>
-              </models>
-            </configuration>
           </execution>
         </executions>
       </plugin>