Author: hlship
Date: Sun Nov 26 15:35:42 2006
New Revision: 479455
URL: http://svn.apache.org/viewvc?view=rev&rev=479455
Log:
Tweak the project POM to get deployments working properly.
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=479455&r1=479454&r2=479455
==============================================================================
--- tapestry/tapestry5/tapestry-project/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-project/trunk/pom.xml Sun Nov 26 15:35:42 2006
@@ -228,18 +228,35 @@
<url>http://snapshots.repository.codehaus.org</url>
</pluginRepository>
</pluginRepositories>
-
+
+ <!-- Be sure to have the following in your ~/.m2/settings.xml
+
+ <servers>
+ <server> <id>tapestry</id> <username>hlship</username> </server>
+ </servers>
+
+ Adjust for your personal apache.org user name. Otherwise (especially on
Windows),
+ Maven and ssh trip over the user name when remote logging in.
+
+ The <id> element below is used to rendevous with server data from
settings.xml
+ in order to determine meta-information such as remote username.
+
+ Don't put your password in settings.xml; just upload to apache.org your
+ public key and make sure to ssh-add before invoking Maven.
+
+ -->
+
<distributionManagement>
<site>
<id>tapestry</id>
<url>scpexe://people.apache.org/www/tapestry.apache.org/tapestry5/</url>
</site>
<repository>
- <id>tapestry-repo</id>
+ <id>tapestry</id>
<url>scpexe://apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
</repository>
<snapshotRepository>
- <id>tapestry-snapshot-repo</id>
+ <id>tapestry</id>
<url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
</snapshotRepository>
</distributionManagement>