Repository: qpid-broker-j Updated Branches: refs/heads/master 06b646d62 -> 2d0ac0aaf
NO-JIRA: Derive value of maven property 'skip.systests' from system property 'skipTests' Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/2d0ac0aa Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/2d0ac0aa Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/2d0ac0aa Branch: refs/heads/master Commit: 2d0ac0aaf0fb0364c574f88cc564c12ff09ebae2 Parents: 06b646d Author: Alex Rudyy <[email protected]> Authored: Fri May 26 17:25:55 2017 +0100 Committer: Alex Rudyy <[email protected]> Committed: Fri May 26 17:25:55 2017 +0100 ---------------------------------------------------------------------- qpid-systests-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/2d0ac0aa/qpid-systests-parent/pom.xml ---------------------------------------------------------------------- diff --git a/qpid-systests-parent/pom.xml b/qpid-systests-parent/pom.xml index b95f65a..328b8f2 100644 --- a/qpid-systests-parent/pom.xml +++ b/qpid-systests-parent/pom.xml @@ -38,7 +38,7 @@ <test.working.directory>${basedir}/..</test.working.directory> <test.resource.directory>${basedir}/..</test.resource.directory> <test.systest.resource.directory>${basedir}</test.systest.resource.directory> - <skip.systests>false</skip.systests> + <skip.systests>${skipTests}</skip.systests> </properties> <dependencies> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
