You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It currently seems to not be possible to annotate a component with a version only and have uimaFIT fill in the rest.
Describe the solution you'd like
It should be possible to specify just @ResourceMetaData(version = "6.5.1") and have the uimaFIT enhance goal fill in the other values (in particular name) if the respective overrideXXX parameters are specified in the plugin configuration.
Describe alternatives you've considered
It could be nice if uimaFIT could pick up the version from a @Version annotation in the package-info.java file.
Additional context
Being able to override the version is kind of a workaround for bndtools/bnd#6048
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
It currently seems to not be possible to annotate a component with a version only and have uimaFIT fill in the rest.
Describe the solution you'd like
It should be possible to specify just
@ResourceMetaData(version = "6.5.1")
and have the uimaFIT enhance goal fill in the other values (in particular name) if the respectiveoverrideXXX
parameters are specified in the plugin configuration.Describe alternatives you've considered
It could be nice if uimaFIT could pick up the version from a
@Version
annotation in thepackage-info.java
file.Additional context
Being able to override the version is kind of a workaround for bndtools/bnd#6048
The text was updated successfully, but these errors were encountered: