Blob Blame History Raw
From 2aea4dedd068509f0a0fced9649a7841d57d8db9 Mon Sep 17 00:00:00 2001
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
Date: Fri, 17 Dec 2010 14:11:50 +0100
Subject: [PATCH 6/6] Fix modello dependency

---
 doxia-book/pom.xml                     |    4 +---
 doxia-core/pom.xml                     |    2 --
 doxia-modules/doxia-module-fml/pom.xml |    2 --
 3 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/doxia-book/pom.xml b/doxia-book/pom.xml
index 4e9ea7a..ff6f79d 100644
--- a/doxia-book/pom.xml
+++ b/doxia-book/pom.xml
@@ -100,9 +100,7 @@ under the License.
         <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 @@ under the License.
       </reporting>
     </profile>
   </profiles>
-</project>
\ No newline at end of file
+</project>
diff --git a/doxia-core/pom.xml b/doxia-core/pom.xml
index 9a5f5c3..1d828a1 100644
--- a/doxia-core/pom.xml
+++ b/doxia-core/pom.xml
@@ -107,9 +107,7 @@ under the License.
         </executions>
         <configuration>
           <version>1.0.1</version>
-          <models>
             <model>src/main/mdo/document.mdo</model>
-          </models>
         </configuration>
       </plugin>
     </plugins>
diff --git a/doxia-modules/doxia-module-fml/pom.xml b/doxia-modules/doxia-module-fml/pom.xml
index 7a5420a..a918162 100644
--- a/doxia-modules/doxia-module-fml/pom.xml
+++ b/doxia-modules/doxia-module-fml/pom.xml
@@ -67,9 +67,7 @@ under the License.
               <goal>java</goal>
             </goals>
             <configuration>
-              <models>
                 <model>src/main/mdo/fml.mdo</model>
-              </models>
               <version>1.0.0</version>
             </configuration>
           </execution>
-- 
1.7.3.3