Repository: pdfbox-docs
Updated Branches:
  refs/heads/master 30cc3b072 -> d06547f18


PDFBOX-3040: prepare to publish using gitwcsub


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

Branch: refs/heads/master
Commit: d06547f181ddd49c6949e12e4b44f1a9834e2593
Parents: 30cc3b0
Author: Maruan Sahyoun <sahy...@fileaffairs.de>
Authored: Mon Nov 16 20:31:31 2015 +0100
Committer: Maruan Sahyoun <sahy...@fileaffairs.de>
Committed: Mon Nov 16 20:31:31 2015 +0100

----------------------------------------------------------------------
 _config.yml |  2 +-
 pom.xml     | 12 ++++++++++--
 2 files changed, 11 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/d06547f1/_config.yml
----------------------------------------------------------------------
diff --git a/_config.yml b/_config.yml
index 6fd80fc..226fbfd 100644
--- a/_config.yml
+++ b/_config.yml
@@ -11,7 +11,7 @@ url: "http://pdfbox.apache.org/";
 
 # Build settings
 source: ./content
-destination: ./staging
+destination: ./staging/content
 layouts_dir:  _layouts
 
 markdown_ext: "markdown,mkdown,mkdn,mkd,md,mdtext"

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/d06547f1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c2b6de4..aebad92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,8 @@
         <properties>
             <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
             
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-            
<svn.scmContentUrl>https://svn.apache.org/repos/infra/websites/production/pdfbox/content</svn.scmContentUrl>
+            
<svn.scmContentUrl>svn:https://svn.apache.org/repos/infra/websites/production/pdfbox/content</svn.scmContentUrl>
+            
<git.scmContentUrl>git:https://git-wip-us.apache.org/repos/asf/pdfbox-docs</git.scmContentUrl>
         </properties>
         
         <build>
@@ -49,7 +50,14 @@
                     <version>1.1</version>
                     <configuration>
                         <content>staging</content>
-                        <pubScmUrl>scm:svn:${svn.scmContentUrl}</pubScmUrl>
+                        <!--
+                            set to 'true' if you'd like to test the changes 
without doing the 
+                            scm update operations
+                        -->
+                        <dryRun>false</dryRun>
+                        <pubScmUrl>scm:${git.scmContentUrl}</pubScmUrl>
+                        <!-- this has to be 'asf-site' as gitwcsub is reading 
form there -->
+                        <scmBranch>asf-site</scmBranch>
                         <tryUpdate>true</tryUpdate>
                         
<checkoutDirectory>${svn.scmCheckoutDirectory}</checkoutDirectory>
                         <ignorePathsToDelete>

Reply via email to