You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by ms...@apache.org on 2016/12/16 14:57:04 UTC

[2/2] portals-pluto git commit: Added activation by property to excludeDemos profile

Added activation by property to excludeDemos profile


Project: http://git-wip-us.apache.org/repos/asf/portals-pluto/repo
Commit: http://git-wip-us.apache.org/repos/asf/portals-pluto/commit/1360d1db
Tree: http://git-wip-us.apache.org/repos/asf/portals-pluto/tree/1360d1db
Diff: http://git-wip-us.apache.org/repos/asf/portals-pluto/diff/1360d1db

Branch: refs/heads/master
Commit: 1360d1dbee864d6dc8e6f9bcb6efd459693d82e0
Parents: ba28d7e
Author: Scott Nicklous <ms...@apache.org>
Authored: Fri Dec 16 15:02:38 2016 +0100
Committer: Scott Nicklous <ms...@apache.org>
Committed: Fri Dec 16 15:02:38 2016 +0100

----------------------------------------------------------------------
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/1360d1db/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8c205ff..5a68b9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -732,6 +732,11 @@ TODO: Check if we need all of them. -->
     <!-- Build Pluto for deployment without the demos -->
     <profile>
       <id>excludeDemos</id>
+      <activation>
+        <property>
+          <name>excludeDemos</name>
+        </property>
+      </activation>
       <properties>
 		  <includeDemosBegin>&lt;!--</includeDemosBegin>
 		  <includeDemosEnd>--&gt;</includeDemosEnd>