I have a project in which I have added the S3 Wagon, which works fine if I run `mvn deploy` or use deploy as the build target, but it seems Jenkins disregards the wagon entirely when using the post-build action, "Deploy artifacts to Maven Repository."
Is there any way to make the post-build action respect the pom settings?
Thanks!
-Ryan H.