You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Faber Oktavianus Siagian (JIRA)" <ji...@codehaus.org> on 2008/12/26 06:47:19 UTC

[jira] Created: (MNG-3942) Error with FTP Deploy

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

        

[jira] Closed: (MNG-3942) Error with FTP Deploy

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-3942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter closed MNG-3942.
-----------------------------

      Assignee: Brett Porter
    Resolution: Duplicate

> 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
>            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

        

[jira] Commented: (MNG-3942) Error with FTP Deploy

Posted by "Dan Tran (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-3942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=159200#action_159200 ] 

Dan Tran commented on MNG-3942:
-------------------------------

did you see my comment for you on the same issue you opened against wagon??

> 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