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
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
I am forced to include a version
instead of simply
For reference, other plugins like the maven-shade-plugin have no problem deriving the dependency version from the model.
Affects: 1.7.0