We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Relates to #132 #267
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: