Skip to content
New issue

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

Override defaults #154

Open
bjmi opened this issue Feb 26, 2020 · 1 comment
Open

Override defaults #154

bjmi opened this issue Feb 26, 2020 · 1 comment

Comments

@bjmi
Copy link

bjmi commented Feb 26, 2020

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.

@sparsick
Copy link
Collaborator

Relates to #132 #267

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants