Fix surefire config for release
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/485cfd2d Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/485cfd2d Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/485cfd2d Branch: refs/heads/master Commit: 485cfd2d7a5665e689dece2c022f46c864253acf Parents: 97761fa Author: Hadrian Zbarcea <[email protected]> Authored: Sat Jul 11 20:42:09 2015 -0400 Committer: Hadrian Zbarcea <[email protected]> Committed: Sat Jul 11 20:42:09 2015 -0400 ---------------------------------------------------------------------- examples/webapps/pom.xml | 2 +- parent/pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/485cfd2d/examples/webapps/pom.xml ---------------------------------------------------------------------- diff --git a/examples/webapps/pom.xml b/examples/webapps/pom.xml index f8c8956..8ba6e47 100644 --- a/examples/webapps/pom.xml +++ b/examples/webapps/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <artifactId>brooklyn-examples-webapps-parent</artifactId> - <name>Brooklyn Examples Support Aggregator Project - Webapps</name> + <name>Brooklyn Examples Aggregator Project - Webapps</name> <description> Brooklyn examples module, building the Brooklyn examples. </description> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/485cfd2d/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 03a20f4..ee23f9d 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.8.0-SNAPSHOT</brooklyn.version> <!-- BROOKLYN_VERSION -->
