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

[MNG-8108] Fix problem when building the consumer pom #1506

Merged
merged 1 commit into from
May 13, 2024

Conversation

gnodet
Copy link
Contributor

@gnodet gnodet commented May 13, 2024

When building projects, the following can happen:

[INFO] --------------------------------------------------------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] --------------------------------------------------------------------------------------------------------------------------
[INFO] Total time:  3.423 s
[INFO] Finished at: 2024-05-13T10:12:27+02:00
[INFO] --------------------------------------------------------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:3.1.1:install (default-install) on project camel-util: Execution default-install of goal org.apache.maven.plugins:maven-install-plugin:3.1.1:install failed: 2 problems were encountered while building the effective model for /Users/gnodet/work/git/camel/core/camel-util/target/camel-util-4.6.0-SNAPSHOT.pom
[ERROR]     - [WARNING] 'parent.relativePath' points at org.apache.camel:camel-util instead of org.apache.camel:core, please verify your project structure @ line 22, column 3
[ERROR]     - [FATAL] Non-parseable POM org.apache.camel:core:4.6.0-SNAPSHOT: Unable to read model: Is a directory
[ERROR] -> [Help 1]
[ERROR] 

@gnodet gnodet requested a review from cstamas May 13, 2024 09:36
@gnodet gnodet added this to the 4.0.0-beta-1 milestone May 13, 2024
@gnodet gnodet merged commit 9442164 into apache:master May 13, 2024
13 checks passed
@gnodet gnodet deleted the MNG-8108-consumer-pom-builder-fix branch June 11, 2024 07:50
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants