Author: tschoening
Date: Fri Mar 25 09:44:16 2016
New Revision: 1736546

URL: http://svn.apache.org/viewvc?rev=1736546&view=rev
Log:
One should be able to skip tests to easier test the release process itself, 
packaging things up and such.

Modified:
    incubator/log4cxx/trunk/pom.xml

Modified: incubator/log4cxx/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/log4cxx/trunk/pom.xml?rev=1736546&r1=1736545&r2=1736546&view=diff
==============================================================================
--- incubator/log4cxx/trunk/pom.xml (original)
+++ incubator/log4cxx/trunk/pom.xml Fri Mar 25 09:44:16 2016
@@ -179,6 +179,7 @@
                                                <phase>test-compile</phase>
                                                <id>test-compile</id>
                                                <configuration>
+                                                       
<skip>${maven.test.skip}</skip>
                                                        <target>
                                                                <ant 
target="test-compile" />
                                                        </target>
@@ -192,6 +193,7 @@
                                                <phase>test</phase>
                                                <id>test</id>
                                                <configuration>
+                                                       
<skip>${maven.test.skip}</skip>
                                                        <target>
                                                                <ant 
target="check" />
                                                        </target>


Reply via email to