summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortschoening <tschoening@13f79535-47bb-0310-9956-ffa450edef68>2016-03-25 09:44:16 +0000
committertschoening <tschoening@13f79535-47bb-0310-9956-ffa450edef68>2016-03-25 09:44:16 +0000
commit3f2a3784ec430f8442d78eb19edd6ffbcf28842e (patch)
treef3bd023adaf001aa27ceab3a004c2521620586a2
parentee1132f534d484943d0f95e4e00d3dc0bf21c13d (diff)
downloadlog4cxx-3f2a3784ec430f8442d78eb19edd6ffbcf28842e.tar.gz
One should be able to skip tests to easier test the release process itself, packaging things up and such.
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736546 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index f3cc2ed..fe86d56 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>