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/21 18:17:14 UTC

portals-pluto git commit: Activated Pluto profile for TCK war file preparation

Repository: portals-pluto
Updated Branches:
  refs/heads/master 38eb9ac70 -> 989892729


Activated Pluto profile for TCK war file preparation


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

Branch: refs/heads/master
Commit: 989892729f4978edf75e65717ee589e26dc27287
Parents: 38eb9ac
Author: Scott Nicklous <ms...@apache.org>
Authored: Wed Dec 21 17:54:26 2016 +0100
Committer: Scott Nicklous <ms...@apache.org>
Committed: Wed Dec 21 17:54:26 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/98989272/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3653d24..7ed19a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -627,10 +627,11 @@ TODO: Check if we need all of them. -->
             <mavenExecutorId>forked-path</mavenExecutorId>
             <autoVersionSubmodules>true</autoVersionSubmodules>
             <!-- by default, the release build includes the V3 demos. To perform the release build without the demos, 
-                 remove the comments around the 'arguments' line below. -->
+                 activate the 'excludeDemos profile 'arguments' line as shown below. -->
             <!--
-            <arguments>-PexcludeDemos</arguments>
+            <arguments>-Ppluto,excludeDemos</arguments>
             -->
+            <arguments>-Ppluto</arguments>
           </configuration>
         </plugin>