[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>
|
||||
<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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue