Open bjmi opened 4 years ago
At the moment
<artifact> <id>commons-io:commons-io:2.1</id> </artifact>
will be extended with defaults to:
<artifact> <id>commons-io:commons-io:2.1</id> <transitive>true</transitive> <source>false</source> <override>false</override> <singleton>false</singleton> <instructions> <Import-Package>*;resolution:=optional</Import-Package> <Export-Package>*</Export-Package> </instructions> <excludes/> </artifact>
It would be useful to override some defaults e.g. setting transitive to false and source to true by default.
Relates to #132 #267
At the moment
will be extended with defaults to:
It would be useful to override some defaults e.g. setting transitive to false and source to true by default.