Skip to content
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

Build of 6.1.0-post branch and v6.1.0 tag fails #317

Open
mikebin opened this issue Mar 3, 2021 · 5 comments
Open

Build of 6.1.0-post branch and v6.1.0 tag fails #317

mikebin opened this issue Mar 3, 2021 · 5 comments
Labels

Comments

@mikebin
Copy link

mikebin commented Mar 3, 2021

Building the 6.1.0-post branch of v6.1.0 tag of this repo fails with:

[ERROR] Failed to execute goal io.confluent:resolver-maven-plugin:0.5.0:resolve-kafka-range (default) on project common-parent: : MojoExecutionException: Could not find any ccs-kafka artifacts. -> [Help 1]

Issue appears to be with Maven resolver plugin, which is looking for 6.1.0 artifacts instead of 6.1.0-ccs. The following is a workaround:

mvn install -Dskip.maven.resolver.plugin=true

However, this should ideally be fixed in pom.xml.

@mikebin mikebin added the bug label Mar 3, 2021
@andrewegel
Copy link
Member

andrewegel commented Mar 3, 2021

Internally discussed, I think adding -Dskip.maven.resolver.plugin=true is a more viable work around until we can address this in a future patch release.

@mikebin
Copy link
Author

mikebin commented Mar 3, 2021

Editing the original summary to avoid confusion on the workaround.

@fuhuoyeyou
Copy link

In the master branch, the mvn install is still failed with this parameter.

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file (custom-install) on project common-parent: The specified file '/Users/the_path/common/installed_pom.xml' not exists -> [Help 1]

@tg2018
Copy link

tg2018 commented Sep 8, 2021

6.1.1-post
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file (custom-install) on project common-parent: The specified file '/Users/the_path/common/installed_pom.xml' not exists -> [Help 1]

@samizzy
Copy link

samizzy commented Jan 20, 2022

@fuhuoyeyou @tg2018 I resolved this by setting <custom.install.phase> to none

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants