Error with FTP Deploy
---------------------

                 Key: MNG-3942
                 URL: http://jira.codehaus.org/browse/MNG-3942
             Project: Maven 2
          Issue Type: Bug
          Components: Deployment
         Environment: Maven 3.1.5
            Reporter: Faber Oktavianus Siagian


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