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 2017/01/04 17:42:23 UTC

portals-pluto git commit: updated release plugin options.

Repository: portals-pluto
Updated Branches:
  refs/heads/master b11d9d732 -> ec21165fd


updated release plugin options.


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

Branch: refs/heads/master
Commit: ec21165fd01cdec8b7c1b4a6a5dfab456d20440c
Parents: b11d9d7
Author: Scott Nicklous <ms...@apache.org>
Authored: Wed Jan 4 18:40:42 2017 +0100
Committer: Scott Nicklous <ms...@apache.org>
Committed: Wed Jan 4 18:40:42 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/ec21165f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 48d5559..656da00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -615,6 +615,9 @@ TODO: Check if we need all of them. -->
             <preparationGoals>clean install</preparationGoals>
             <mavenExecutorId>forked-path</mavenExecutorId>
             <autoVersionSubmodules>true</autoVersionSubmodules>
+            <pushChanges>false</pushChanges>
+            <localCheckout>true</localCheckout>
+            
             <!-- by default, the release build includes the V3 demos. To perform the release build without the demos, 
                  activate the 'excludeDemos profile 'arguments' line as shown below. -->
             <!--