You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by br...@apache.org on 2014/08/04 06:35:44 UTC

git commit: no longer used, just mvn site-deploy

Repository: archiva-site
Updated Branches:
  refs/heads/master 477bd5602 -> 30fafb0d1


no longer used, just mvn site-deploy


Project: http://git-wip-us.apache.org/repos/asf/archiva-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva-site/commit/30fafb0d
Tree: http://git-wip-us.apache.org/repos/asf/archiva-site/tree/30fafb0d
Diff: http://git-wip-us.apache.org/repos/asf/archiva-site/diff/30fafb0d

Branch: refs/heads/master
Commit: 30fafb0d191a943a2b7242cb18686fceb8571ceb
Parents: 477bd56
Author: Brett Porter <br...@apache.org>
Authored: Mon Aug 4 14:35:30 2014 +1000
Committer: Brett Porter <br...@apache.org>
Committed: Mon Aug 4 14:35:30 2014 +1000

----------------------------------------------------------------------
 README  | 11 -----------
 pom.xml |  1 -
 2 files changed, 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva-site/blob/30fafb0d/README
----------------------------------------------------------------------
diff --git a/README b/README
deleted file mode 100644
index 08cf758..0000000
--- a/README
+++ /dev/null
@@ -1,11 +0,0 @@
-----------------
-Site deployment
-----------------
-Run:
-* mvn site-deploy
-* mvn scm-publish:publish-scm (optionnal arguments -Dscmpublish.dryRun=false -Dscmpublish.skipCheckin=false -DscmSkipDeletedFiles=true)
-
-shorcut: sh ./deploySite.sh  
-
-NOTE: site is deployed using the property siteFilePath default value ${user.home}/archiva-site-deploy, svnpub content is chechout in property scmPubCheckoutDirectory default value ${user.home}/archiva-site-content
-

http://git-wip-us.apache.org/repos/asf/archiva-site/blob/30fafb0d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e28d4f3..6c65497 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,6 @@
     </unsupportedVersions>
     <siteUrl>http://archiva.apache.org/</siteUrl>
     <site.cache.path>${user.home}</site.cache.path>
-    <siteFilePath>${site.cache.path}/archiva-sites/archiva-site-deploy</siteFilePath>
     <scmPubCheckoutDirectory>site-content</scmPubCheckoutDirectory>
 
     <archivaCurrentDevVersion>2.1.1-SNAPSHOT</archivaCurrentDevVersion>