You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/12/14 11:41:32 UTC

svn commit: r1421791 - /maven/pom/trunk/maven/pom.xml

Author: hboutemy
Date: Fri Dec 14 10:41:31 2012
New Revision: 1421791

URL: http://svn.apache.org/viewvc?rev=1421791&view=rev
Log:
prepared site deployment with svnpubsub for every Maven project artifact

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1421791&r1=1421790&r2=1421791&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Fri Dec 14 10:41:31 2012
@@ -734,12 +734,13 @@ under the License.
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>scp://people.apache.org/www/maven.apache.org</url>
+      <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content</url>
     </site>
   </distributionManagement>
 
   <properties>
     <sonar.host.url>https://analysis.apache.org/</sonar.host.url>
+    <maven.site.cache>${user.home}/maven-sites</maven.site.cache>
   </properties>
 
   <dependencyManagement>