Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 2.3
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
by default the maven deploy plugin is inconsistent in its use of the uniqueVersion flag, which can be set manually in the explicit deploy-file goal but isn't present in the implicit deploy goal.
another thing we'd like to do is disabling the deployment of deliverable attached artifacts, or allowing to select only specific artifacts, classifiers, or assemblies. for deployment.
new configuration parameters include:
| parameter | type | default | description |
|---|---|---|---|
| uniqueVersion | boolean | true | use uniqueVersion buildnumbers ($
{artifactId}
-YYYYmmdd-HHmmss-nn) |
| includeAttachedArtifacts | boolean | true | also deploy attached artifacts |
Activity
Francis Korning
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | MDEPLOY-75-patch.zip [ 33514 ] |
Stephen Connolly
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Won't Fix [ 2 ] |