Skip to content

[MRRESOURCES-120] Inherit resourceBundle version from dependencies #154

@jira-importer

Description

@jira-importer

Delany opened MRRESOURCES-120 and commented

The resourceBundle requires a version number when it should not.

The version number for this dependency is in the model (it was set in the dependencyManagement section of the parent). So while my dependency is

<dependency>com.sloan:pestle</dependency>

I am forced to include a version

<resourceBundle>com.sloan:pestle:4.0.4</resourceBundle> 

instead of simply

<resourceBundle>com.sloan:pestle</resourceBundle> 

For reference, other plugins like the maven-shade-plugin have no problem deriving the dependency version from the model.


Affects: 1.7.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions