Details
-
New Feature
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
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
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | In Progress [ 3 ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Fix Version/s | current [ 10162 ] | |
Resolution | Fixed [ 1 ] | |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Component/s | maven-plugin [ 16033 ] | |
Component/s | maven2 [ 15487 ] |
Workflow | JNJira [ 139971 ] | JNJira + In-Review [ 188775 ] |
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)