You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@batchee.apache.org by ol...@apache.org on 2013/11/08 11:22:06 UTC

[1/2] git commit: change checkout directory for scm pub plugin

Updated Branches:
  refs/heads/master 88630b64e -> 4a48dac56


change checkout directory for scm pub plugin


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

Branch: refs/heads/master
Commit: c2167667135a781ff31b094e1214b4d2ad0356fd
Parents: 88630b6
Author: Olivier Lamy <ol...@apache.org>
Authored: Fri Nov 8 21:21:30 2013 +1100
Committer: Olivier Lamy <ol...@apache.org>
Committed: Fri Nov 8 21:21:30 2013 +1100

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


http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/c2167667/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 647cb04..980b398 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
     <jackson.version>2.2.2</jackson.version>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <batchee.scmPubUrl>https://svn.apache.org/repos/asf/incubator/batchee/site-content/</batchee.scmPubUrl>
-    <batchee.scmPubCheckoutDirectory>${user.home}/batchee-site</batchee.scmPubCheckoutDirectory>
+    <batchee.scmPubCheckoutDirectory>${basedir}/.site-content</batchee.scmPubCheckoutDirectory>
   </properties>
 
   <ciManagement>


[2/2] git commit: ignore .site-content

Posted by ol...@apache.org.
ignore .site-content


Project: http://git-wip-us.apache.org/repos/asf/incubator-batchee/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-batchee/commit/4a48dac5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-batchee/tree/4a48dac5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-batchee/diff/4a48dac5

Branch: refs/heads/master
Commit: 4a48dac56f995aa39fb84341508adf3b646c2daa
Parents: c216766
Author: Olivier Lamy <ol...@apache.org>
Authored: Fri Nov 8 21:21:57 2013 +1100
Committer: Olivier Lamy <ol...@apache.org>
Committed: Fri Nov 8 21:21:57 2013 +1100

----------------------------------------------------------------------
 .gitignore | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/4a48dac5/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 032d20b..f789a73 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ target
 *.iml
 idea/
 .java-version
+.site-content/