You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by si...@apache.org on 2011/11/23 16:42:17 UTC

svn commit: r1205457 - /maven/skins/trunk/maven-fluido-skin/pom.xml

Author: simonetripodi
Date: Wed Nov 23 15:42:17 2011
New Revision: 1205457

URL: http://svn.apache.org/viewvc?rev=1205457&view=rev
Log:
fixed site distribution management (for future release)

Modified:
    maven/skins/trunk/maven-fluido-skin/pom.xml

Modified: maven/skins/trunk/maven-fluido-skin/pom.xml
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/pom.xml?rev=1205457&r1=1205456&r2=1205457&view=diff
==============================================================================
--- maven/skins/trunk/maven-fluido-skin/pom.xml (original)
+++ maven/skins/trunk/maven-fluido-skin/pom.xml Wed Nov 23 15:42:17 2011
@@ -42,6 +42,12 @@
     <system>JIRA</system>
     <url>https://jira.codehaus.org/browse/MSKINS/</url>
   </issueManagement>
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <url>scp://people.apache.org/www/maven.apache.org/skins/${project.artifactId}</url>
+    </site>
+  </distributionManagement>
 
   <!-- Workaround for SUREFIRE-300 -->
   <properties>