[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-ffa450edef68
master
Herve Boutemy 2017-01-14 12:27:16 +00:00
parent e430efe682
commit 6fda7882f1
1 changed files with 2 additions and 2 deletions

View File

@ -91,8 +91,8 @@ under the License.
<artifactId>maven-plugin-plugin</artifactId>
<version>@project.version@</version>
<configuration>
<!-- ignore MNG-6109 issue -->
<pluginXmlSpec>[2.0,)</pluginXmlSpec>
<!-- ignore MNG-6109 issue, always use plugin.xml since there are no sources in this IT -->
<usePluginXmlMavenVersionRange>[2.0,)</usePluginXmlMavenVersionRange>
</configuration>
</plugin>
</plugins>