Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
maven-bundle-plugin-1.4.3
-
None
Description
At the moment maven-bundle-plugin allow a comma separated list as excludeDependencies, but this list allows the selection of the dependencies to exclude by means of artifacId.
I'd like to be able to change the behavior of the excludeDependencies in order to accept a list of dependencies URI, so that the dependencies will be excluded only if it matches the whole URI.
The URI for a dependency is defined as follow:
<groupId>:<artifactId>:<type>:<version>:<scope>
The plugin should try to interpret non full qualified URI, in order to match the old behavior and to make the excludeDependecies more user-friendly. For instance, depending on the number of colon:
0 colon -> <artifactId>
1 colon -> <groupId>:<artifactId>
2 colon -> <groupId>:<artifactId>:<version>
3 colon -> <groupId>:<artifactId>:<type>:<version>
Attachments
Attachments
Issue Links
- blocks
-
FELIX-685 Compile the UPnP Base Driver with the cyberlink library
- Open