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

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

Author: khmarbaise
Date: Fri Aug 15 18:09:08 2014
New Revision: 1618250

URL: http://svn.apache.org/r1618250
Log:
[MASSEMBLY-707]
  - Removed unnecessary exclusions
    for maven-surefire-plugin.
  - Using the streamLogs via properties
    to prevent output during the integration tests
    which pollutes the console.

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=1618250&r1=1618249&r2=1618250&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Fri Aug 15 18:09:08 2014
@@ -311,11 +311,6 @@ under the License.
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
           <configuration>
-            <excludes>
-              <exclude>**/BasicAbstractAssemblyMojoFeaturesTest*</exclude>
-              <exclude>**/AllTests*</exclude>
-              <exclude>**/testutils/*</exclude>
-            </excludes>
             <redirectTestOutputToFile>${testOutputToFile}</redirectTestOutputToFile>
             <systemPropertyVariables>
               <!-- NOTE: Ensure the tmp dir configured for Surefire exists or some JREs (e.g. 1.5) will fail to create temp files -->
@@ -400,7 +395,7 @@ under the License.
                   <pomIncludes>
                     <pomInclude>pom.xml</pomInclude>
                   </pomIncludes>
-                  <streamLogs>true</streamLogs>
+                  <streamLogs>${it.streamLogs}</streamLogs>
                 </configuration>
               </execution>
               <execution>