-
New Feature
-
Resolution: Fixed
-
Major
-
None
As the distributionManagement in POM already defines where artifacts have to be deployed, the post deploy task (which is really useful to not deploy broken artifacts) shouldn't ask where to deploy them by default and reuse info from Maven
[JENKINS-9786] Allow to use the post build deploy task in Maven jobs without setting deployment info
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Note to myself : By default the deployment task doesn't deploy timestamped snapshots which is against maven best practices (and disallowed in Maven 3)
It should be changed but it will create a problem of compatibility upgrade if the setting isn't stored by the current version (need to be studied)