Author: hboutemy
Date: Fri Oct 10 16:15:51 2008
New Revision: 703601
URL: http://svn.apache.org/viewvc?rev=703601&view=rev
Log:
use modello-maven-plugin models parameter instead of model, which is deprecated
Modified:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml
Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml?rev=703601&r1=703600&r2=703601&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml Fri Oct 10
16:15:51 2008
@@ -86,7 +86,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>
@@ -98,7 +100,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>