You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/09/16 15:12:09 UTC

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

Author: bentmann
Date: Tue Sep 16 06:12:09 2008
New Revision: 695863

URL: http://svn.apache.org/viewvc?rev=695863&view=rev
Log:
o Enabled debug output

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=695863&r1=695862&r2=695863&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-resources-plugin/pom.xml Tue Sep 16 06:12:09 2008
@@ -99,6 +99,7 @@
             <!-- SNAPSHOT due to MINVOKER-48 -->
             <version>1.3-SNAPSHOT</version>
             <configuration>
+              <debug>true</debug>
               <projectsDirectory>src/it</projectsDirectory>
               <pomIncludes>
                 <pomInclude>**/**/pom.xml</pomInclude>