generated from quarkiverse/quarkiverse-template
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Maven build fails with Cycle detected when quarkus-openshift dependency is included #145
Comments
Can you give #147 a try? I think that should address the issue. |
8 tasks
@metacosm Yes, it fixes the issue, thanks. |
metacosm
added a commit
that referenced
this issue
Nov 11, 2021
* fix: break build cycle by not producing a FeatureBuildItem * fix: explicitly use jib for container image to resolve ambiguity * feat: generate CSV using GeneratedFileSystemResourceBuildItem Fixes #145
metacosm
added a commit
that referenced
this issue
Nov 28, 2021
* fix: break build cycle by not producing a FeatureBuildItem * fix: explicitly use jib for container image to resolve ambiguity * feat: generate CSV using GeneratedFileSystemResourceBuildItem Fixes #145
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When both
quarkus-operator-sdk-csv-generator
andquarkus-openshift
artifacts are included as dependencies for Maven build thenquarkus-maven-plugin
fails onbuild
goal withio.quarkus.builder.ChainBuildException: Cycle detected
.Complete error:
Reproducer:
mvn quarkus:build
The text was updated successfully, but these errors were encountered: