Author: tschoening
Date: Fri Mar 25 19:08:05 2016
New Revision: 1736645

URL: http://svn.apache.org/viewvc?rev=1736645&view=rev
Log:
code style

Modified:
    incubator/log4cxx/trunk/pom.xml

Modified: incubator/log4cxx/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/log4cxx/trunk/pom.xml?rev=1736645&r1=1736644&r2=1736645&view=diff
==============================================================================
--- incubator/log4cxx/trunk/pom.xml (original)
+++ incubator/log4cxx/trunk/pom.xml Fri Mar 25 19:08:05 2016
@@ -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>


Reply via email to