Skip to content

Conversation

@morningman
Copy link
Contributor

@morningman morningman commented Sep 19, 2020

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

  • Bugfix (non-breaking change which fixes an issue)

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/
@morningman morningman added the kind/chore Issues or PRs related to compile and install label Sep 19, 2020
@morningman morningman self-assigned this Sep 19, 2020
@mmuru
Copy link

mmuru commented Sep 19, 2020

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.
<!-- for cup-maven-plugin --> <pluginRepository> <id>cloudera-plugins</id> <url>https://repository.cloudera.com/content/groups/public/</url> </pluginRepository>

@mmuru mmuru mentioned this pull request Sep 19, 2020
@EmmyMiao87 EmmyMiao87 added the approved Indicates a PR has been approved by one committer. label Sep 21, 2020
Copy link
Contributor

@EmmyMiao87 EmmyMiao87 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@EmmyMiao87 EmmyMiao87 merged commit 1821d1b into apache:master Sep 21, 2020
EmmyMiao87 pushed a commit that referenced this pull request Sep 21, 2020
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>
@penfree
Copy link

penfree commented Oct 13, 2020

this also cannot resolve the problem, replace
https://repository.cloudera.com/content/groups/public/ -> https://repository.cloudera.com/artifactory/cloudera-repos/
https://repository.cloudera.com/content/repositories/third-party/ -> https://repository.cloudera.com/artifactory/cloudera-repos/
then it worked

caoyang10 pushed a commit to caoyang10/incubator-doris that referenced this pull request Oct 14, 2020
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>
@hyytt
Copy link

hyytt commented Dec 2, 2020

@morningman
Copy link
Contributor Author

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 .m2 dir.
then it worked.

You can just use fe/pom.xml in trunk to replace your local repo file, and it will work.

@hyytt
Copy link

hyytt commented Dec 2, 2020

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 .m2 dir.
then it worked.

You can just use fe/pom.xml in trunk to replace your local repo file, and it will work.

👍 My code base is 0.13.0 and it work with you suggestion.

@yangzhg yangzhg mentioned this pull request Feb 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by one committer. kind/chore Issues or PRs related to compile and install

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Compile] FE compile failed

6 participants