Joe McDonnell has uploaded this change for review. ( http://gerrit.cloudera.org:8080/21113
Change subject: PROTOTYPE (IMPALA-9153): Vendor CZT's cup-maven-plugin ...................................................................... PROTOTYPE (IMPALA-9153): Vendor CZT's cup-maven-plugin This pulls in the cup-maven-plugin from the CZT project: https://sourceforge.net/p/czt/code/ci/master/tree/dev/cup-maven-plugin/ The code is MIT-licensed. This does minor adaptations to get this to build in Impala's maven build: - Change cup-maven-plugin's parent to impala-parent - Fill in specific versions for cup-maven-plugin's dependencies (matching values it used to get from CZT's dev/pom.xml) - Change cup-maven-plugin's net.sourceforge.czt.dev:java-cup dependency to point to 0.11-a-czt02-cdh, which is the version that the fe build uses It also changes fe/pom.xml to use this cup-maven-plugin rather than the official published version. Change-Id: Icfea0154465bb2baf6f5dd8033a3717ee55083fc --- M fe/pom.xml A java/cup-maven-plugin/.gitignore A java/cup-maven-plugin/LICENSE A java/cup-maven-plugin/README.md A java/cup-maven-plugin/pom.xml A java/cup-maven-plugin/src/main/java/net/sourceforge/czt/cup/maven/CupGenerateMojo.java A java/cup-maven-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml A java/cup-maven-plugin/src/site/resources/LICENSE A java/cup-maven-plugin/src/site/site.xml M java/pom.xml 10 files changed, 915 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/13/21113/1 -- To view, visit http://gerrit.cloudera.org:8080/21113 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Icfea0154465bb2baf6f5dd8033a3717ee55083fc Gerrit-Change-Number: 21113 Gerrit-PatchSet: 1 Gerrit-Owner: Joe McDonnell <[email protected]>
