Author: olamy
Date: Sat Feb 5 14:51:35 2011
New Revision: 1067450
URL: http://svn.apache.org/viewvc?rev=1067450&view=rev
Log:
add a site deployment url in a profile to deploy the doc.
Modified:
maven/pom/trunk/asf/pom.xml
maven/pom/trunk/asf/src/site/site.xml
Modified: maven/pom/trunk/asf/pom.xml
URL:
http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?rev=1067450&r1=1067449&r2=1067450&view=diff
==============================================================================
--- maven/pom/trunk/asf/pom.xml (original)
+++ maven/pom/trunk/asf/pom.xml Sat Feb 5 14:51:35 2011
@@ -401,6 +401,15 @@ under the License.
</plugins>
</build>
</profile>
+ <profile>
+ <id>asf-pom-site</id>
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+ <url>scp://people.apache.org/www/maven.apache.org/asf-pom</url>
+ </site>
+ </distributionManagement>
+ </profile>
</profiles>
</project>
Modified: maven/pom/trunk/asf/src/site/site.xml
URL:
http://svn.apache.org/viewvc/maven/pom/trunk/asf/src/site/site.xml?rev=1067450&r1=1067449&r2=1067450&view=diff
==============================================================================
--- maven/pom/trunk/asf/src/site/site.xml (original)
+++ maven/pom/trunk/asf/src/site/site.xml Sat Feb 5 14:51:35 2011
@@ -32,7 +32,7 @@ under the License.
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-stylus-skin</artifactId>
- <version>1.2</version>
+ <version>1.3-SNAPSHOT</version>
</skin>
<publishDate format="yyyy-MM-dd" position="right" />