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 2008/02/14 22:17:10 UTC

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

Author: jdcasey
Date: Thu Feb 14 13:17:08 2008
New Revision: 627875

URL: http://svn.apache.org/viewvc?rev=627875&view=rev
Log:
put the integration-test patterns back to normal...

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=627875&r1=627874&r2=627875&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Thu Feb 14 13:17:08 2008
@@ -298,17 +298,17 @@
                   <debug>true</debug>
 
                  <!-- Useful config for debugging one IT -->
+                 <!--
                   <pomIncludes>
                     <pomInclude>mojo-configuration/no-appendAssemblyId-no-classifier/pom.xml</pomInclude>
                   </pomIncludes>
+                    <streamLogs>true</streamLogs>
+                  -->
                   <!-- END single-IT debugging block. -->
 
-                  <!--
                   <pomIncludes>
                     <pomInclude>**/pom.xml</pomInclude>
                   </pomIncludes>
-                  <streamLogs>true</streamLogs>
-                -->
                   <pomExcludes>
                     <pomExclude>repositories/repo-with-snapshot-parents/pom.xml</pomExclude>