You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Marcin Domanski (JIRA)" <ji...@apache.org> on 2017/03/27 16:15:42 UTC

[jira] [Created] (MDEP-561) Align base/unique default behavior between dependency/jar/assembly plugins

Marcin Domanski created MDEP-561:
------------------------------------

             Summary: Align base/unique default behavior between dependency/jar/assembly plugins
                 Key: MDEP-561
                 URL: https://issues.apache.org/jira/browse/MDEP-561
             Project: Maven Dependency Plugin
          Issue Type: Improvement
          Components: copy-dependencies
    Affects Versions: 3.0.0
            Reporter: Marcin Domanski
            Priority: Minor


Currently dependency plugin in {{copy-dependencies}} goal has an {{useBaseVersion}} option that defaults to true to force it to us unique versions for snapshots. 

This default behavior is different to default behavior of jar/archiver plugin where you have {{useUniqueVersions}} option that defaults to true
Similarly Assembly plugin also by default uses unique versions that you can override by outputFileNameMapping element.

To sum up, it should be more user friendly for all ASF Maven plugins to share the same default settings regarding unique/base versioning. Otherwise ASF plugins would not produce self compatible output  by default.

**Example:** If you use jar plugin to create jar manifest with classpath and dependency plugin to provide those classpath dependencies classpath dependency names will not match the ones copied by the dependency plugin unless you explicitly disable useBaseVersions



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)