Author: hboutemy
Date: Sat Jan 14 12:27:16 2017
New Revision: 1778762

URL: http://svn.apache.org/viewvc?rev=1778762&view=rev
Log:
[MPLUGIN-319] fixed IT since parameter was renamed

Modified:
    maven/plugin-tools/trunk/maven-plugin-plugin/src/it/plugin-info-jdk/pom.xml

Modified: 
maven/plugin-tools/trunk/maven-plugin-plugin/src/it/plugin-info-jdk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/it/plugin-info-jdk/pom.xml?rev=1778762&r1=1778761&r2=1778762&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/src/it/plugin-info-jdk/pom.xml 
(original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/src/it/plugin-info-jdk/pom.xml 
Sat Jan 14 12:27:16 2017
@@ -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>


Reply via email to