o Avoided usage of deprecated mojo parameter from modello-maven-plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@643557 13f79535-47bb-0310-9956-ffa450edef68master
parent
25e6052da5
commit
6e025f5245
|
|
@ -225,7 +225,9 @@
|
||||||
</executions>
|
</executions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
<model>src/main/mdo/pluginRequirements.mdo</model>
|
<models>
|
||||||
|
<model>src/main/mdo/pluginRequirements.mdo</model>
|
||||||
|
</models>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,9 @@
|
||||||
<artifactId>modello-maven-plugin</artifactId>
|
<artifactId>modello-maven-plugin</artifactId>
|
||||||
<version>1.0-alpha-18</version>
|
<version>1.0-alpha-18</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<model>src/main/mdo/plugin-metadata.mdo</model>
|
<models>
|
||||||
|
<model>src/main/mdo/plugin-metadata.mdo</model>
|
||||||
|
</models>
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue