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 2012/08/14 20:02:12 UTC

svn commit: r1372999 - /maven/plugins/trunk/maven-resources-plugin/pom.xml

Author: rfscholte
Date: Tue Aug 14 18:02:12 2012
New Revision: 1372999

URL: http://svn.apache.org/viewvc?rev=1372999&view=rev
Log:
Update mavenFilteringVersion to 1.1
Update maven-invoker-plugin to 1.7
Simplify configuration of invoker

Modified:
    maven/plugins/trunk/maven-resources-plugin/pom.xml

Modified: maven/plugins/trunk/maven-resources-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/pom.xml?rev=1372999&r1=1372998&r2=1372999&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-resources-plugin/pom.xml Tue Aug 14 18:02:12 2012
@@ -59,7 +59,7 @@ under the License.
   </issueManagement>
 
   <properties>
-    <mavenFilteringVersion>1.1-SNAPSHOT</mavenFilteringVersion>
+    <mavenFilteringVersion>1.1</mavenFilteringVersion>
     <mavenVersion>2.0.6</mavenVersion>
     <mavenPluginPluginVersion>3.1</mavenPluginPluginVersion>
   </properties>
@@ -200,13 +200,9 @@ under the License.
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-invoker-plugin</artifactId>
-              <version>1.7-SNAPSHOT</version>
+              <version>1.7</version>
               <configuration>
                 <debug>true</debug>
-                <projectsDirectory>src/it</projectsDirectory>
-                <pomIncludes>
-                  <pomInclude>**/pom.xml</pomInclude>
-                </pomIncludes>
                 <postBuildHookScript>verify</postBuildHookScript>
                 <localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
                 <goals>