[MPLUGIN-319] fixed IT since parameter was renamed
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1778762 13f79535-47bb-0310-9956-ffa450edef68master
parent
e430efe682
commit
6fda7882f1
|
|
@ -91,8 +91,8 @@ under the License.
|
||||||
<artifactId>maven-plugin-plugin</artifactId>
|
<artifactId>maven-plugin-plugin</artifactId>
|
||||||
<version>@project.version@</version>
|
<version>@project.version@</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<!-- ignore MNG-6109 issue -->
|
<!-- ignore MNG-6109 issue, always use plugin.xml since there are no sources in this IT -->
|
||||||
<pluginXmlSpec>[2.0,)</pluginXmlSpec>
|
<usePluginXmlMavenVersionRange>[2.0,)</usePluginXmlMavenVersionRange>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue