You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2007/08/22 16:28:23 UTC

svn commit: r568625 - /maven/plugins/trunk/maven-assembly-plugin/pom.xml

Author: jdcasey
Date: Wed Aug 22 07:28:22 2007
New Revision: 568625

URL: http://svn.apache.org/viewvc?rev=568625&view=rev
Log:
Setting integration tests to run with debug == true, so we can tell what messed up from the build logs.

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

Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/pom.xml?rev=568625&r1=568624&r2=568625&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Wed Aug 22 07:28:22 2007
@@ -319,10 +319,10 @@
                 </goals>
                 <configuration>
                   <projectsDirectory>${project.build.testOutputDirectory}/projects</projectsDirectory>
+                  <debug>true</debug>
                   
                   <!-- Useful config for debugging one IT -->
                   <!-- 
-                  <debug>true</debug>
                   <pomIncludes>
                     <pomInclude>multimodule/twoLevel-includeSubModules-excludeSubModuleSourceDirs/pom.xml</pomInclude>
                     <pomInclude>multimodule/twoLevel-dontIncludeSubModules-artifactIdExprOutDir/pom.xml</pomInclude>