You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by jk...@apache.org on 2006/06/18 17:18:45 UTC

svn commit: r415147 - /tapestry/tapestry-site/trunk/maven-skin/pom.xml

Author: jkuhnert
Date: Sun Jun 18 08:18:45 2006
New Revision: 415147

URL: http://svn.apache.org/viewvc?rev=415147&view=rev
Log:
Added dist and deployed maven-skin

Modified:
    tapestry/tapestry-site/trunk/maven-skin/pom.xml

Modified: tapestry/tapestry-site/trunk/maven-skin/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/maven-skin/pom.xml?rev=415147&r1=415146&r2=415147&view=diff
==============================================================================
--- tapestry/tapestry-site/trunk/maven-skin/pom.xml (original)
+++ tapestry/tapestry-site/trunk/maven-skin/pom.xml Sun Jun 18 08:18:45 2006
@@ -1,10 +1,21 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" 
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.tapestry</groupId>
-  <artifactId>maven-skin</artifactId>
-  <version>1.0-SNAPSHOT</version>
-  <name>Maven Site Skin</name>
-  <description>Maven Site Skin</description>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.tapestry</groupId>
+    <artifactId>maven-skin</artifactId>
+    <version>1.0-SNAPSHOT</version>
+    <name>Tapestry Site Skin</name>
+    <description>Tapestry Maven2 Site Skin</description>
+
+    <distributionManagement>
+        <site>
+            <id>tapestry</id>
+            <url>scp://minotaur.apache.org/www/tapestry.apache.org/tapestry4/</url>
+        </site>
+        <repository>
+            <id>tapestry-repo</id>
+            <url>scp://minotaur.apache.org/www/www.apache.org/dist/maven-repository</url>
+        </repository>
+    </distributionManagement>
 </project>