[ 
http://jira.codehaus.org/browse/WAGON-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brett Porter closed WAGON-252.
------------------------------

      Assignee: Brett Porter
    Resolution: Not A Bug

it looks to me like what the error says - /jars does not already exist in the 
FTP server's root. We do not traverse and create the repository directory 
itself, only subdirectories for artifacts

> Error with FTP Deploy
> ---------------------
>
>                 Key: WAGON-252
>                 URL: http://jira.codehaus.org/browse/WAGON-252
>             Project: Maven Wagon
>          Issue Type: Bug
>          Components: wagon-ftp
>    Affects Versions: 1.0-alpha-6
>         Environment: Windows Vista Home Premium
> wagon-ftp version 1.0-alpha-6
>            Reporter: Faber Oktavianus Siagian
>            Assignee: Brett Porter
>
> I am trying to deploy into a FTP server by using maven wagon-ftp.
> The FTP server works properly and there's no problem with it.
> But when I tried to deploy, there's an error like shown below :
> [ERROR] BUILD ERROR
> [INFO] ----------------------------------------------------------------
> [INFO] Error deploying artifact: Required directory: '/jars' is missing
> Here is  the distributionManagement element : 
> <distributionManagement>
>         <repository>
>             <id>MavenNetworkRepository</id>
>             <name>Maven Network Project Repository</name>
>             <url>ftp://theServer/jars</url>
>         </repository>
> </distributionManagement>
> I have provided the FTP username and password in the settings.xml.
> Seems that there's nothing missed. Is this really a bug or I have made a 
> mistake??

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to