Description
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