Fix surefire config for release Backport of fix on master by Hadrian Zbarcea <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/6b7d6002 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/6b7d6002 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/6b7d6002 Branch: refs/heads/0.7.0-incubating Commit: 6b7d6002a0c0c50f73cea6cf487030d176b74d9a Parents: 81431cc Author: Hadrian Zbarcea <[email protected]> Authored: Sat Jul 11 20:42:09 2015 -0400 Committer: Richard Downer <[email protected]> Committed: Wed Jul 15 08:22:09 2015 +0000 ---------------------------------------------------------------------- parent/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/6b7d6002/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 07ccb50..f723c34 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -64,6 +64,7 @@ <ant.version>1.8.4</ant.version> <includedTestGroups /> <excludedTestGroups>Integration,Acceptance,Live,WIP</excludedTestGroups> + <surefire.failIfNoSpecifiedTests>false</surefire.failIfNoSpecifiedTests> <!-- Dependencies --> <brooklyn.version>0.7.0-incubating</brooklyn.version> <!-- BROOKLYN_VERSION -->
