-
Notifications
You must be signed in to change notification settings - Fork 104
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 is not successful for version - 4.9.0-SNAPSHOT #1695
Comments
try updating to latest code |
I tried with latest code, its failing with below error The requested profile "" could not be activated because it does not exist. |
@Mounika-Reddy206 can you try to build the latest main branch ? Camel 4.10-SNAPSHOT is used there. |
@valdar same issue again the test compilation is failing. |
@Mounika-Reddy206 I have fixed some some dependencies and tests in main for version 4.10.0-SNAPSHOT, could you please try again with latest If you encounter some problems pleas report the exact build command you used and the error log. |
Hi,
I am trying to build the latest code which has version 4.9.0-SNAPSHOT in my local but its failing with below error. can you please help me resolving this issue.
camel-kafka-connector % mvn clean install -U
[INFO] Scanning for projects...
Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/camel/camel-dependencies/4.9.0-SNAPSHOT/maven-metadata.xml
Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/camel/camel-dependencies/4.9.0-SNAPSHOT/camel-dependencies-4.9.0-SNAPSHOT.pom
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for org.apache.camel.kafkaconnector:camel-kafka-connector-aggregator:4.9.0-SNAPSHOT: The following artifacts could not be resolved: org.apache.camel:camel-dependencies:pom:4.9.0-SNAPSHOT (absent): Could not find artifact org.apache.camel:camel-dependencies:pom:4.9.0-SNAPSHOT in apache.snapshots (https://repository.apache.org/snapshots/) and 'parent.relativePath' points at wrong local POM @ line 23, column 13
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.apache.camel.kafkaconnector:camel-kafka-connector-aggregator:4.9.0-SNAPSHOT (/Users/mounika.adinarayanareddygar/Desktop/Retina/camel-kafka-connector/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM for org.apache.camel.kafkaconnector:camel-kafka-connector-aggregator:4.9.0-SNAPSHOT: The following artifacts could not be resolved: org.apache.camel:camel-dependencies:pom:4.9.0-SNAPSHOT (absent): Could not find artifact org.apache.camel:camel-dependencies:pom:4.9.0-SNAPSHOT in apache.snapshots (https://repository.apache.org/snapshots/) and 'parent.relativePath' points at wrong local POM @ line 23, column 13 -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
Regards
Mounika
The text was updated successfully, but these errors were encountered: