If I select "Artifactory Plugin" as a post-build step of a Maven job, the panel is empty with just the title and a delete button. In the log file I see
Feb 7, 2013 5:23:27 PM org.jfrog.hudson.ArtifactoryServer gatherUserPluginInfo
WARNING: Failed to obtain user plugin info: Failed to obtain user plugin information: HTTP response code: 405. HTTP response message: Method Not Allowed
If instead I add a "Deploy artifacts to Artifactory" post-build action, I get the full panel with all the details.
This is a problem because if I select "Run only if build succeeds" for Post Steps, the post-build actions are still run. I would like to be able to not deploy to Artifactory if the tests fail.