This is an automated email from the ASF dual-hosted git repository.

geomacy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn.git


The following commit(s) were added to refs/heads/master by this push:
     new 0cdd12d  Make the build of rpm, deb, docker and go cli optional by 
default
     new 30f3d27  Merge pull request #30 from tbouron/feature/optional-build
0cdd12d is described below

commit 0cdd12d4fe1a320457716e9b552deb8de0015774
Author: Thomas Bouron <[email protected]>
AuthorDate: Thu Mar 7 16:38:37 2019 +0000

    Make the build of rpm, deb, docker and go cli optional by default
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index b684acb..3c05478 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,11 +80,11 @@
 
     <profiles>
         <profile>
-            <!-- skip the client CLI by setting -Dno-go-client - useful if Go 
is not available -->
-            <id>go-client</id>
+            <!-- Include the client CLI by setting -Dclient -->
+            <id>client</id>
             <activation>
                 <property>
-                    <name>!no-go-client</name>
+                    <name>client</name>
                 </property>
             </activation>
             <modules>

Reply via email to