You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2006/11/20 19:37:20 UTC

svn commit: r477277 - /tapestry/tapestry5/tapestry-project/trunk/pom.xml

Author: hlship
Date: Mon Nov 20 10:37:19 2006
New Revision: 477277

URL: http://svn.apache.org/viewvc?view=rev&rev=477277
Log:
Tweak the POM to get deployments to the people.apache.org m2-snapshot-repository

Modified:
    tapestry/tapestry5/tapestry-project/trunk/pom.xml

Modified: tapestry/tapestry5/tapestry-project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-project/trunk/pom.xml?view=diff&rev=477277&r1=477276&r2=477277
==============================================================================
--- tapestry/tapestry5/tapestry-project/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-project/trunk/pom.xml Mon Nov 20 10:37:19 2006
@@ -198,4 +198,14 @@
             <url>http://snapshots.repository.codehaus.org</url>
         </pluginRepository>
     </pluginRepositories>
+    <distributionManagement>
+        <repository>
+            <id>tapestry</id>
+            <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+        </repository>
+        <site>
+            <id>tapestry</id>
+            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+        </site>
+    </distributionManagement>
 </project>