Issue Details (XML | Word | Printable)

Key: WAGON-35
Type: Bug Bug
Status: Closed Closed
Resolution: Duplicate
Priority: Major Major
Assignee: Brett Porter
Reporter: Howard M. Lewis Ship
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Maven Wagon

wagon doesn't support site:deploy via ftp

Created: 16/Feb/06 08:46 PM   Updated: 28/Feb/07 09:32 AM
Component/s: None
Affects Version/s: 1.0-alpha-6
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments: 1. XML File pom.xml (4 kB)

Environment: maven 2.0.2, win xp
Issue Links:
Duplicate
 
Related
 


 Description  « Hide
I'm attempting to deploy my site via ftp; my hosting only allows FTP access, no SSH, so I'm stuck using FTP.

I get the following failure:

bash-3.00$ mvn site:deploy
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'site'.
[INFO] ----------------------------------------------------------------------------
[INFO] Building Tapestry prop binding extension
[INFO] task-segment: [site:deploy]
[INFO] ----------------------------------------------------------------------------
[INFO] [site:deploy]
[INFO] ----------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ----------------------------------------------------------------------------
[INFO] Wagon protocol 'ftp' doesn't support directory copying
[INFO] ----------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ----------------------------------------------------------------------------
[INFO] Total time: 1 second
[INFO] Finished at: Thu Feb 16 18:42:50 PST 2006
[INFO] Final Memory: 4M/7M
[INFO] ----------------------------------------------------------------------------
bash-3.00$

I've attached my pom



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Brett Porter added a comment - 17/Feb/06 06:28 AM
WAGONFTP-7