Blob Blame History Raw
diff -ur maven-doxia-1.1.2/doxia-book/pom.xml maven-doxia-1.1.2.modello/doxia-book/pom.xml
--- maven-doxia-1.1.2/doxia-book/pom.xml	2009-11-30 12:28:19.060200000 +0000
+++ maven-doxia-1.1.2.modello/doxia-book/pom.xml	2010-02-12 14:18:22.193090355 +0000
@@ -100,9 +100,7 @@
         <groupId>org.codehaus.modello</groupId>
         <artifactId>modello-maven-plugin</artifactId>
         <configuration>
-          <models>
             <model>src/main/modello/book.mdo</model>
-          </models>
           <version>1.0.0</version>
         </configuration>
         <executions>
@@ -148,4 +146,4 @@
       </reporting>
     </profile>
   </profiles>
-</project>
\ No newline at end of file
+</project>
diff -ur maven-doxia-1.1.2/doxia-core/pom.xml maven-doxia-1.1.2.modello/doxia-core/pom.xml
--- maven-doxia-1.1.2/doxia-core/pom.xml	2009-11-30 12:28:19.060200000 +0000
+++ maven-doxia-1.1.2.modello/doxia-core/pom.xml	2010-02-12 14:18:33.648164906 +0000
@@ -107,9 +107,7 @@
         </executions>
         <configuration>
           <version>1.0.1</version>
-          <models>
             <model>src/main/mdo/document.mdo</model>
-          </models>
         </configuration>
       </plugin>
     </plugins>
diff -ur maven-doxia-1.1.2/doxia-modules/doxia-module-fml/pom.xml maven-doxia-1.1.2.modello/doxia-modules/doxia-module-fml/pom.xml
--- maven-doxia-1.1.2/doxia-modules/doxia-module-fml/pom.xml	2009-11-30 12:28:19.060200000 +0000
+++ maven-doxia-1.1.2.modello/doxia-modules/doxia-module-fml/pom.xml	2010-02-12 14:18:29.555027652 +0000
@@ -67,9 +67,7 @@
               <goal>java</goal>
             </goals>
             <configuration>
-              <models>
                 <model>src/main/mdo/fml.mdo</model>
-              </models>
               <version>1.0.0</version>
             </configuration>
           </execution>