You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2014/02/07 17:36:58 UTC

svn commit: r1565715 - in /maven/plugin-tools/trunk/maven-plugin-plugin: pom.xml src/it/fix-maven-since-3.x/pom.xml

Author: rfscholte
Date: Fri Feb  7 16:36:58 2014
New Revision: 1565715

URL: http://svn.apache.org/r1565715
Log:
Fix ITs for M3.1

Modified:
    maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml
    maven/plugin-tools/trunk/maven-plugin-plugin/src/it/fix-maven-since-3.x/pom.xml

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml?rev=1565715&r1=1565714&r2=1565715&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml Fri Feb  7 16:36:58 2014
@@ -333,15 +333,12 @@
               <debug>${it.debug}</debug>
               <projectsDirectory>src/it</projectsDirectory>
               <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
-              <pomIncludes>
-                <pomInclude>*/pom.xml</pomInclude>
-              </pomIncludes>
               <preBuildHookScript>setup</preBuildHookScript>
               <postBuildHookScript>verify</postBuildHookScript>
               <localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
               <settingsFile>src/it/settings.xml</settingsFile>
               <filterProperties>
-                <sitePluginVersion>3.0</sitePluginVersion>
+                <sitePluginVersion>3.3</sitePluginVersion>
                 <antVersion>${antVersion}</antVersion>
               </filterProperties>
             </configuration>

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/it/fix-maven-since-3.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/it/fix-maven-since-3.x/pom.xml?rev=1565715&r1=1565714&r2=1565715&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/src/it/fix-maven-since-3.x/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/src/it/fix-maven-since-3.x/pom.xml Fri Feb  7 16:36:58 2014
@@ -66,7 +66,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>3.0</version>
+        <version>@sitePluginVersion@</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>