vinishjail97 opened a new pull request, #498: URL: https://github.com/apache/incubator-xtable/pull/498
## *Important Read* - *Please ensure the GitHub issue is mentioned at the beginning of the PR* ## What is the purpose of the pull request According to apache guidelines, we need to prefix the "incubator" prefix for all artifacts deployed to maven. This is how the bundled jar will look like in maven central repository when uploaded. ``` <dependency> <groupId>org.apache.xtable</groupId> <artifactId>incubator-xtable-utilities</artifactId> <version>0.1.0-rc1</version> <classifier>bundled</classifier> </dependency> ``` ## Brief change log *(for example:)* - *Added the mvn release and deploy plugins* - *Made few other changes for generating java docs when lombok builders are present* ## Verify this pull request *(Please pick either of the following options)* This pull request is a trivial rework / code cleanup without any test coverage. Validated the below command by uploading the rc-1 artifacts to staging repository. `mvn deploy -Prelease -DskipTests -DdeployArtifacts=true` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
