Author: felixk
Date: Tue Oct 18 15:12:17 2011
New Revision: 1185713
URL: http://svn.apache.org/viewvc?rev=1185713&view=rev
Log:
Use rather wagon-ssh-external to make use of possible available ssh-agents
Modified:
james/project/trunk/HOWTO.txt
james/project/trunk/pom.xml
james/skin/trunk/pom.xml
Modified: james/project/trunk/HOWTO.txt
URL:
http://svn.apache.org/viewvc/james/project/trunk/HOWTO.txt?rev=1185713&r1=1185712&r2=1185713&view=diff
==============================================================================
--- james/project/trunk/HOWTO.txt (original)
+++ james/project/trunk/HOWTO.txt Tue Oct 18 15:12:17 2011
@@ -7,4 +7,7 @@ How to build and publish the website:
5. Wait for the changes to replicate to the Apache web server or setup
140.211.11.10:80 as
a proxy to review the changes (described here:
http://www.apache.org/dev/project-site.html)
-To deploy the technical reports use the "-Psite-reports" profile.
\ No newline at end of file
+To deploy the technical reports use the "-Psite-reports" profile.
+
+For wagon-ssh-external configuration see
+http://maven.apache.org/plugins/maven-deploy-plugin/examples/deploy-ssh-external.html
\ No newline at end of file
Modified: james/project/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/project/trunk/pom.xml?rev=1185713&r1=1185712&r2=1185713&view=diff
==============================================================================
--- james/project/trunk/pom.xml (original)
+++ james/project/trunk/pom.xml Tue Oct 18 15:12:17 2011
@@ -308,7 +308,7 @@
Use properties to build deploy url to avoid accidently
overriding the common module's
website when using "-Psite-reports" by chance
-->
-
<url>scp://people.apache.org/www/james.apache.org/${deploySiteDirectory}/${deployTechnicalSiteDirectory}</url>
+
<url>scpexe://people.apache.org/www/james.apache.org/${deploySiteDirectory}/${deployTechnicalSiteDirectory}</url>
</site>
</distributionManagement>
@@ -350,8 +350,8 @@
<extension>
<!-- Adding a Protocol to Deploy the Site (support for
ssh/scp) -->
<groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-ssh</artifactId>
- <version>1.0</version>
+ <artifactId>wagon-ssh-external</artifactId>
+ <version>2.0</version>
</extension>
</extensions>
<pluginManagement>
Modified: james/skin/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/skin/trunk/pom.xml?rev=1185713&r1=1185712&r2=1185713&view=diff
==============================================================================
--- james/skin/trunk/pom.xml (original)
+++ james/skin/trunk/pom.xml Tue Oct 18 15:12:17 2011
@@ -69,7 +69,7 @@
<distributionManagement>
<site>
<id>james-skin-website</id>
- <url>scp://people.apache.org/www/james.apache.org/skin</url>
+ <url>scpexe://people.apache.org/www/james.apache.org/skin</url>
</site>
</distributionManagement>
@@ -78,8 +78,8 @@
<extension>
<!-- Adding a Protocol to Deploy the Site (support for
ssh/scp) -->
<groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-ssh</artifactId>
- <version>1.0</version>
+ <artifactId>wagon-ssh-external</artifactId>
+ <version>2.0</version>
</extension>
</extensions>
<resources>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]