Author: dennisl
Date: Thu May 1 13:22:52 2008
New Revision: 652649
URL: http://svn.apache.org/viewvc?rev=652649&view=rev
Log:
o Use modello-maven-plugin 1.0-alpha-18.
Modified:
maven/doxia/doxia/branches/doxia-1.0-alpha-x/doxia-book/pom.xml
maven/doxia/doxia/branches/doxia-1.0-alpha-x/doxia-modules/doxia-module-fml/pom.xml
maven/doxia/doxia/branches/doxia-1.0-alpha-x/pom.xml
Modified: maven/doxia/doxia/branches/doxia-1.0-alpha-x/doxia-book/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/branches/doxia-1.0-alpha-x/doxia-book/pom.xml?rev=652649&r1=652648&r2=652649&view=diff
==============================================================================
--- maven/doxia/doxia/branches/doxia-1.0-alpha-x/doxia-book/pom.xml (original)
+++ maven/doxia/doxia/branches/doxia-1.0-alpha-x/doxia-book/pom.xml Thu May 1
13:22:52 2008
@@ -99,7 +99,9 @@
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-maven-plugin</artifactId>
<configuration>
- <model>src/main/modello/book.mdo</model>
+ <models>
+ <model>src/main/modello/book.mdo</model>
+ </models>
<version>1.0.0</version>
</configuration>
<executions>
Modified:
maven/doxia/doxia/branches/doxia-1.0-alpha-x/doxia-modules/doxia-module-fml/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/branches/doxia-1.0-alpha-x/doxia-modules/doxia-module-fml/pom.xml?rev=652649&r1=652648&r2=652649&view=diff
==============================================================================
---
maven/doxia/doxia/branches/doxia-1.0-alpha-x/doxia-modules/doxia-module-fml/pom.xml
(original)
+++
maven/doxia/doxia/branches/doxia-1.0-alpha-x/doxia-modules/doxia-module-fml/pom.xml
Thu May 1 13:22:52 2008
@@ -44,7 +44,9 @@
<goal>xsd</goal>
</goals>
<configuration>
- <model>src/main/mdo/fml.mdo</model>
+ <models>
+ <model>src/main/mdo/fml.mdo</model>
+ </models>
<version>1.0.0</version>
</configuration>
</execution>
@@ -56,7 +58,9 @@
<goal>xsd</goal>
</goals>
<configuration>
- <model>src/main/mdo/fml.mdo</model>
+ <models>
+ <model>src/main/mdo/fml.mdo</model>
+ </models>
<version>1.0.0</version>
</configuration>
</execution>
Modified: maven/doxia/doxia/branches/doxia-1.0-alpha-x/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/branches/doxia-1.0-alpha-x/pom.xml?rev=652649&r1=652648&r2=652649&view=diff
==============================================================================
--- maven/doxia/doxia/branches/doxia-1.0-alpha-x/pom.xml (original)
+++ maven/doxia/doxia/branches/doxia-1.0-alpha-x/pom.xml Thu May 1 13:22:52
2008
@@ -178,6 +178,11 @@
<pluginManagement>
<plugins>
<plugin>
+ <groupId>org.codehaus.modello</groupId>
+ <artifactId>modello-maven-plugin</artifactId>
+ <version>1.0-alpha-18</version>
+ </plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>