You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2018/06/19 12:50:42 UTC

[sling-site] 01/02: Update pom to use local checkouts

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git

commit f4daa68131536ff9659cb7f5fa516f10af3be627
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Jun 19 15:48:08 2018 +0300

    Update pom to use local checkouts
    
    This may be faster, but the main reason is to allow working
    without a global `user.email` git setting and with `user.useConfigOnly`
    set to true.
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 0dfdcd5..eb28f88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,6 +114,8 @@
             <checkinComment>${msg}</checkinComment>
             <pubScmUrl>scm:git:https://gitbox.apache.org/repos/asf/sling-site.git</pubScmUrl>
             <scmBranch>asf-site</scmBranch>
+            <localCheckout>true</localCheckout>
+            <tryUpdate>true</tryUpdate>
         </configuration>
       </plugin>
       <plugin>