Uploaded image for project: 'Maven Wagon'
  1. Maven Wagon
  2. WAGON-252

Error with FTP Deploy

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • 1.0-alpha-6
    • None
    • wagon-ftp
    • None
    • Windows Vista Home Premium
      wagon-ftp version 1.0-alpha-6

    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: