Author: hlship
Date: Tue Nov 21 21:25:14 2006
New Revision: 478039
URL: http://svn.apache.org/viewvc?view=rev&rev=478039
Log:
Setup up the correct deployment options for the project sites.
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=478039&r1=478038&r2=478039
==============================================================================
--- tapestry/tapestry5/tapestry-project/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-project/trunk/pom.xml Tue Nov 21 21:25:14 2006
@@ -37,6 +37,28 @@
<timezone>PDT</timezone>
</developer>
</developers>
+
+ <mailingLists>
+ <mailingList>
+ <name>Tapestry User List</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+
<archive>http://mail-archives.apache.org/mod_mbox/tapestry-users/</archive>
+ </mailingList>
+ <mailingList>
+ <name>Tapestry Developer List</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+
<archive>http://mail-archives.apache.org/mod_mbox/tapestry-dev/</archive>
+ </mailingList>
+ <mailingList>
+ <name>Tapestry Commits List</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+
<archive>http://mail-archives.apache.org/mod_mbox/tapestry-commits/</archive>
+ </mailingList>
+ </mailingLists>
+
<modules>
<module>../tapestry-ioc</module>
<module>../tapestry-core</module>
@@ -205,15 +227,21 @@
<id>codehaus.snapshots</id>
<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>
+ </pluginRepositories>
+
+ <distributionManagement>
<site>
- <id>tapestry</id>
- <url>http://people.apache.org/repo/m2-snapshot-repository</url>
- </site>
- </distributionManagement>
+ <id>tapestry</id>
+
<url>scpexe://people.apache.org/www/tapestry.apache.org/tapestry5/</url>
+ </site>
+ <repository>
+ <id>tapestry-repo</id>
+
<url>scp://apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+ </repository>
+ <snapshotRepository>
+ <id>tapestry-snapshot-repo</id>
+
<url>scp://apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+ </snapshotRepository>
+ </distributionManagement>
+
</project>