Closed rangareddy closed 2 months ago
Hi @vinishjail97 Review the latest commit changes.
cat META-INF/DISCLAIMER
Apache XTable (incubating) is an effort undergoing incubation at the Apache Software
Foundation (ASF), sponsored by the Apache Incubator PMC.
Incubation is required of all newly accepted projects until a further review
indicates that the infrastructure, communications, and decision making process
have stabilized in a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the completeness
or stability of the code, it does indicate that the project has yet to be
fully endorsed by the ASF.
@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.
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. https://maven.apache.org/apache-resource-bundles/incubator-disclaimer/ https://github.com/apache/maven-apache-resources/blob/master/incubator-disclaimer/src/main/resources/META-INF/DISCLAIMER.vm
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
Added the two new properties to tag in pom.xml
<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: