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

Bundle license.xml and allowedMissingLicense.xml in a custom Maven artifact as a plugin dependency #9

Open
Tibor17 opened this issue Mar 1, 2019 · 1 comment
Labels

Comments

@Tibor17
Copy link
Contributor

Tibor17 commented Mar 1, 2019

Maven Checkstyle Plugin is able to use path to XML but it can use a plugin dependency (jar bundle) containing xml files. Similar approach should be here as well. The reason is pragmatic in big organizations which have a list of licenses in Nexus repository, similar with checkstyle.xml been in deployed artifact on Nexus.

Both configurations (artifact or current approach) should fail the build.

Both XML can be bundled in one Jar file but in two different directories in order to prevent from merging artifacts.

@Tibor17 Tibor17 changed the title Wrap license.xml and allowedMissingLicense.xml in a custom artifact Bundle license.xml and allowedMissingLicense.xml in a custom Maven artifact as a plugin dependency Mar 1, 2019
@smuda smuda self-assigned this Mar 2, 2019
@smuda smuda removed their assignment May 11, 2019
@smuda
Copy link
Contributor

smuda commented Aug 30, 2020

PR #21 has been merged. Check out if the result matches your request.

@smuda smuda added the version 1.2.0 Included in v1.2.0 label Dec 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants