One should be able to skip tests to easier test the release process itself, 
packaging things up and such.



Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/48b169bc
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/48b169bc
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/48b169bc

Branch: refs/heads/master
Commit: 48b169bcf2b7182a80f547757e79f4dd5a990f0d
Parents: e89c49b
Author: Thorsten Schöning <[email protected]>
Authored: Fri Mar 25 09:44:16 2016 +0000
Committer: Thorsten Schöning <[email protected]>
Committed: Fri Mar 25 09:44:16 2016 +0000

----------------------------------------------------------------------
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/48b169bc/pom.xml
----------------------------------------------------------------------
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>

Reply via email to