[ https://issues.apache.org/jira/browse/WAGON-445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14738761#comment-14738761 ]
Alejandro Goñi commented on WAGON-445: -------------------------------------- In my project, I release an artifact to a local Artifactory using wagon-webdav, and upload the artifact to a FTP server using wagon-ftp. If the upload fails, the entire release fails. I need a success release, even if the upload fail, but if the fail is in the release to Artifactory, then is ok that the entire release fail. I'm not sure if the option in maven-deploy-plugin enable me to configure my project to fail with an error in the publish to Artifactory, but not fail with an error in the upload to FTP. > Add a config. option to continue deploy/release even if a FTP deploy fail > ------------------------------------------------------------------------- > > Key: WAGON-445 > URL: https://issues.apache.org/jira/browse/WAGON-445 > Project: Maven Wagon > Issue Type: New Feature > Components: wagon-ftp > Reporter: Alejandro Goñi > > I have a project that deploy to a FTP server, among other tasks, in the > release process. I need a way to configure wagon-ftp to don't fail even if a > FTP deploy fail. -- This message was sent by Atlassian JIRA (v6.3.4#6332)