-
Notifications
You must be signed in to change notification settings - Fork 145
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
[532] Add DISCLAIMER file to META-INF folder in jars #539
[532] Add DISCLAIMER file to META-INF folder in jars #539
Conversation
Hi @vinishjail97 Review the latest commit changes. |
cat META-INF/DISCLAIMER
@pjfanning Can you confirm if this looks okay ? We are still keeping DISCLAIMER-WIP in the project though. |
@rangareddy We can merge after @pjfanning gives an approval as well. |
I think you should add DISCLAIMER-WIP to the jar instead of DISCLAIMER while the project uses the DISCLAIMER-WIP and change to DISCLAIMER when the project switches to DISCLAIMER. The exact same file that you have in the project - not some other file. |
@pjfanning I had the same doubt but the resource bundle provided by Apache for incubating projects doesn't have that ability. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving. Having the basic DISCLAIMER is better than having none.
Important Read
This pull request aims to address issues #532
What is the purpose of the pull request
Adding the DISCLAIMER file to META-INF folders in all jars.
Brief change log
<resourceBundles>
to themaven-remote-resources-plugin
plugin in pom.xml file.Verify this pull request
Run
$ mvn clean install -DskipTests -U
locally and extract the jars and verifyMETA-INF
folder.META-INF folder before this PR:
META-INF folder after this PR: