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 as...@apache.org on 2018/06/15 20:24:21 UTC

[2/2] portals-pluto git commit: PLUTO-716 Release Preparation 3.0.1 (add the "all" profile when building a distribution bundle)

PLUTO-716 Release Preparation 3.0.1 (add the "all" profile when building a distribution bundle)


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

Branch: refs/heads/master
Commit: 112c352e64545b5653b9e209e58555171ff046aa
Parents: fc85066
Author: Neil Griffin <ne...@gmail.com>
Authored: Fri Jun 15 16:24:07 2018 -0400
Committer: Neil Griffin <ne...@gmail.com>
Committed: Fri Jun 15 16:24:07 2018 -0400

----------------------------------------------------------------------
 dist-build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/112c352e/dist-build.xml
----------------------------------------------------------------------
diff --git a/dist-build.xml b/dist-build.xml
index d17d09e..d7a9667 100644
--- a/dist-build.xml
+++ b/dist-build.xml
@@ -229,13 +229,13 @@
 
    <target name="run-maven-exclude-demos" if="installNoDemos" description="Runs the install goal and excludes the demos from pluto-portal-driver-config.xml">
       <exec executable="mvn" vmlauncher="false" dir="${basedir}" failonerror="true">
-         <arg line="install -Ppluto,excludeDemos -DskipTests=true"/>
+         <arg line="install -Pall,pluto,excludeDemos -DskipTests=true"/>
       </exec>
    </target>
 
    <target name="run-maven-include-demos" if="installDemos" description="Runs the install goal and includes the demos in pluto-portal-driver-config.xml">
       <exec executable="mvn" vmlauncher="false" dir="${basedir}" failonerror="true">
-         <arg line="install -Ppluto -DskipTests=true"/>
+         <arg line="install -Pall,pluto -DskipTests=true"/>
       </exec>
    </target>