You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2008/09/18 23:27:02 UTC

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

Author: olamy
Date: Thu Sep 18 14:27:01 2008
New Revision: 696819

URL: http://svn.apache.org/viewvc?rev=696819&view=rev
Log:
reduce scanning

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=696819&r1=696818&r2=696819&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-resources-plugin/pom.xml Thu Sep 18 14:27:01 2008
@@ -102,7 +102,7 @@
               <debug>true</debug>
               <projectsDirectory>src/it</projectsDirectory>
               <pomIncludes>
-                <pomInclude>**/**/pom.xml</pomInclude>
+                <pomInclude>**/pom.xml</pomInclude>
               </pomIncludes>
               <postBuildHookScript>verify.bsh</postBuildHookScript>
               <localRepositoryPath>${basedir}/target/local-repo</localRepositoryPath>