From: Olivier Lamy Date: Wed, 29 Aug 2012 21:22:51 +0000 (+0000) Subject: simplify svnpub sub configuration: just use mvn site-deploy is easier and as usual :-) X-Git-Tag: archiva-parent-9~25 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=919e62799d95398df86ade4eb0b951cc20b65971;p=archiva.git simplify svnpub sub configuration: just use mvn site-deploy is easier and as usual :-) git-svn-id: https://svn.apache.org/repos/asf/archiva/parent@1378742 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/pom.xml b/pom.xml index 866a813ec..a9ae00ac6 100644 --- a/pom.xml +++ b/pom.xml @@ -68,8 +68,6 @@ - - file://${siteFilePath} true false @@ -583,6 +581,19 @@ + + org.apache.maven.plugins + maven-scm-publish-plugin + + + scm-publish + site-deploy + + publish-scm + + + + @@ -677,6 +688,21 @@ org.apache.maven.plugins maven-site-plugin 3.1 + + true + + + + stage-for-scm-publish + post-site + + stage + + + false + + + org.apache.maven.plugins @@ -699,8 +725,6 @@ maven-scm-publish-plugin 1.0-SNAPSHOT - scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/ - ${siteFilePath} ${scmPubCheckoutDirectory} ${scmTryUpdate} ${scmSkipDeletedFiles} @@ -708,11 +732,6 @@ javasvn Apache Archiva Main site deployment - - docs/** - ref/** - redback/** - @@ -726,6 +745,15 @@ ${svnkit.version} + + + scm-publish + site-deploy + + publish-scm + + +