|
From: <rob...@us...> - 2010-06-21 05:09:42
|
Revision: 10
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=10&view=rev
Author: robertbridle
Date: 2010-06-21 05:09:36 +0000 (Mon, 21 Jun 2010)
Log Message:
-----------
ANDSWRON-675 - Fixed task that creates a SourceForge shell. Moved it to the pre-site phase and fixed the arguments.
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-06-21 04:26:00 UTC (rev 9)
+++ trunk/pom.xml 2010-06-21 05:09:36 UTC (rev 10)
@@ -290,7 +290,7 @@
<version>1.1</version>
<executions>
<execution>
- <phase>site-deploy</phase>
+ <phase>pre-site</phase>
<goals>
<goal>exec</goal>
</goals>
@@ -300,8 +300,10 @@
<executable>plink</executable>
<arguments>
<argument>-ssh</argument>
- <argument>-pw ${scm.password}</argument>
- <argument>-P 22</argument>
+ <argument>-pw</argument>
+ <argument>${scm.password}</argument>
+ <argument>-P</argument>
+ <argument>22</argument>
<argument>${scm.username},and...@sh...</argument>
<argument>create</argument>
</arguments>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|