Author: rfscholte
Date: Mon Jul  1 20:08:29 2013
New Revision: 1498658

URL: http://svn.apache.org/r1498658
Log:
Use m-invoker-p 1.8 for mavenExecutable (mvnDebug) support

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

Modified: maven/plugins/trunk/maven-war-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/pom.xml?rev=1498658&r1=1498657&r2=1498658&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-war-plugin/pom.xml Mon Jul  1 20:08:29 2013
@@ -259,11 +259,9 @@ under the License.
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-invoker-plugin</artifactId>
+              <version>1.8</version>
               <configuration>
                 <projectsDirectory>src/it</projectsDirectory>
-                <pomIncludes>
-                  <pomInclude>*/pom.xml</pomInclude>
-                </pomIncludes>
                 <postBuildHookScript>verify</postBuildHookScript>
                 
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
                 <goals>


Reply via email to