summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortschoening <tschoening@13f79535-47bb-0310-9956-ffa450edef68>2016-03-25 19:08:05 +0000
committertschoening <tschoening@13f79535-47bb-0310-9956-ffa450edef68>2016-03-25 19:08:05 +0000
commitb19a950fafd6b3b2adcd036fd282e540b556e2bc (patch)
tree308d21235cbe8a0d882696ae970140728c09b9b4
parent5bcbff8416e455092bb06e395de2ae82b038e349 (diff)
downloadlog4cxx-b19a950fafd6b3b2adcd036fd282e540b556e2bc.tar.gz
code style
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736645 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--pom.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index eb36088..8e6229c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -179,8 +179,7 @@
<phase>test-compile</phase>
<id>test-compile</id>
<configuration>
- <skip>${maven.test.skip}</skip>
- <target>
+ <target unless="${maven.test.skip}">
<ant target="test-compile" />
</target>
</configuration>
@@ -193,8 +192,7 @@
<phase>test</phase>
<id>test</id>
<configuration>
- <skip>${maven.test.skip}</skip>
- <target>
+ <target unless="${maven.test.skip}">
<ant target="check" />
</target>
</configuration>