-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
enhancementNew feature or requestNew feature or requestpriority:majorMajor loss of functionMajor loss of function
Description
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
Labels
enhancementNew feature or requestNew feature or requestpriority:majorMajor loss of functionMajor loss of function