Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-3942

Error with FTP Deploy

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • None
    • None
    • Deployment
    • None
    • Maven 3.1.5

    Description

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

      Attachments

        Issue Links

          Activity

            People

              brett Brett Porter
              siagianfaber Faber Oktavianus Siagian
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: