You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by ri...@apache.org on 2015/07/15 12:03:45 UTC

[11/15] incubator-brooklyn git commit: Fix surefire config for release

Fix surefire config for release

Backport of fix on master by Hadrian Zbarcea <ha...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/8dde7ae4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/8dde7ae4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/8dde7ae4

Branch: refs/heads/0.7.0-incubating
Commit: 8dde7ae4d81a6b35ed8c141679a99a30241efa7d
Parents: 4c5bd80
Author: Hadrian Zbarcea <ha...@apache.org>
Authored: Sat Jul 11 20:42:09 2015 -0400
Committer: Richard Downer <ri...@apache.org>
Committed: Wed Jul 15 08:22:09 2015 +0000

----------------------------------------------------------------------
 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/8dde7ae4/examples/webapps/pom.xml
----------------------------------------------------------------------
diff --git a/examples/webapps/pom.xml b/examples/webapps/pom.xml
index f2e5d5f..3f4177d 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/8dde7ae4/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 -->