switch go-client profile to be activated based on property

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

Branch: refs/heads/master
Commit: b213524c3f94bea472da698990bc55a84be37d7c
Parents: 3d801c6
Author: Alex Heneveld <alex.henev...@cloudsoftcorp.com>
Authored: Thu Mar 10 10:38:01 2016 +0000
Committer: Alex Heneveld <alex.henev...@cloudsoftcorp.com>
Committed: Thu Mar 10 10:38:01 2016 +0000

----------------------------------------------------------------------
 dist/pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/b213524c/dist/pom.xml
----------------------------------------------------------------------
diff --git a/dist/pom.xml b/dist/pom.xml
index c7610f6..bd07214 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -161,7 +161,9 @@
         <profile>
             <id>go-client</id>
             <activation>
-                <activeByDefault>true</activeByDefault>
+                <property>
+                    <name>!no-go-client</name>
+                </property>
             </activation>
             <build>
                 <plugins>

Reply via email to