-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Compile] Add pluginRepository for java-cup-plugins #4636
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
Conversation
the cup-maven-plugin of net.sourceforge.czt.dev is missing in maven central repo. It has been moved to https://repository.cloudera.com/content/groups/public/
|
The same issue with released version 0.12.0. I had add the following in the fe/pom.xml file to get fe compiled successfully. |
EmmyMiao87
left a comment
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.
LGTM
the cup-maven-plugin of net.sourceforge.czt.dev is missing in maven central repo. It has been moved to https://repository.cloudera.com/content/groups/public/ Co-authored-by: morningman <chenmingyu@baidu.com>
|
this also cannot resolve the problem, replace |
the cup-maven-plugin of net.sourceforge.czt.dev is missing in maven central repo. It has been moved to https://repository.cloudera.com/content/groups/public/ Co-authored-by: morningman <chenmingyu@baidu.com>
|
I've found this package in: https://repository.cloudera.com/artifactory/ext-release-local/net/sourceforge/czt/dev/cup-maven-plugin/1.6-cdh/cup-maven-plugin-1.6-cdh.jar , and I put it in my |
You can just use |
👍 My code base is |
Proposed changes
the cup-maven-plugin of net.sourceforge.czt.dev is missing in maven central repo.
It has been moved to https://repository.cloudera.com/content/groups/public/
Fix #4637
Types of changes