You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2014/08/13 03:35:48 UTC

[5/9] git commit: ACCUMULO-3048 Use localCheckout for release plugin

ACCUMULO-3048 Use localCheckout for release plugin


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

Branch: refs/heads/1.6.1-SNAPSHOT
Commit: c4d46bbaec018cb090833a5a72e4ccf1834bba4e
Parents: 45d11d5
Author: Josh Elser <el...@apache.org>
Authored: Tue Aug 12 21:31:55 2014 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Tue Aug 12 21:31:55 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/c4d46bba/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8ca6342..2f14d07 100644
--- a/pom.xml
+++ b/pom.xml
@@ -492,6 +492,7 @@
             <releaseProfiles>seal-jars</releaseProfiles>
             <useReleaseProfile>false</useReleaseProfile>
             <pushChanges>false</pushChanges>
+            <localCheckout>true</localCheckout>
           </configuration>
         </plugin>
         <plugin>