You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running mvn clean install there are the following errors:
mvn clean install
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/karaf/tooling/karaf-maven-plugin/4.0.2.redhat-621079/karaf-maven-plugin-4.0.2.redhat-621079.pom
[WARNING] The POM for org.apache.karaf.tooling:karaf-maven-plugin:jar:4.0.2.redhat-621079 is missing, no dependency information available
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/karaf/tooling/karaf-maven-plugin/4.0.2.redhat-621079/karaf-maven-plugin-4.0.2.redhat-621079.jar
Downloading from central: https://repo.maven.apache.org/maven2/io/fabric8/fabric8-project-bom-with-platform-deps/2.2.0.redhat-079/fabric8-project-bom-with-platform-deps-2.2.0.redhat-079.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/fuse/bom/jboss-fuse-parent/6.2.1.redhat-084/jboss-fuse-parent-6.2.1.redhat-084.pom
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Unresolveable build extension: Plugin org.apache.karaf.tooling:karaf-maven-plugin:4.0.2.redhat-621079 or one of its dependencies could not be resolved: Could not find artifact org.apache.karaf.tooling:karaf-maven-plugin:jar:4.0.2.redhat-621079 in central (https://repo.maven.apache.org/maven2) @
[ERROR] Unknown packaging: bundle @ line 9, column 14
[ERROR] Non-resolvable import POM: Could not find artifact io.fabric8:fabric8-project-bom-with-platform-deps:pom:2.2.0.redhat-079 in central (https://repo.maven.apache.org/maven2) @ line 43, column 19
[ERROR] Non-resolvable import POM: Could not find artifact org.jboss.fuse.bom:jboss-fuse-parent:pom:6.2.1.redhat-084 in central (https://repo.maven.apache.org/maven2) @ line 50, column 19
[ERROR] 'dependencies.dependency.version' for org.apache.camel:camel-core:jar is missing. @ line 62, column 17
[ERROR] 'dependencies.dependency.version' for org.apache.camel:camel-blueprint:jar is missing. @ line 66, column 17
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project io.fabric8:karaf-camel-rest-ose:1.0.0-SNAPSHOT (/home/anton/eclipse-workspaces/section6/karaf-camel-rest-ose/pom.xml) has 6 errors
[ERROR] Unresolveable build extension: Plugin org.apache.karaf.tooling:karaf-maven-plugin:4.0.2.redhat-621079 or one of its dependencies could not be resolved: Could not find artifact org.apache.karaf.tooling:karaf-maven-plugin:jar:4.0.2.redhat-621079 in central (https://repo.maven.apache.org/maven2) -> [Help 2]
[ERROR] Unknown packaging: bundle @ line 9, column 14
[ERROR] Non-resolvable import POM: Could not find artifact io.fabric8:fabric8-project-bom-with-platform-deps:pom:2.2.0.redhat-079 in central (https://repo.maven.apache.org/maven2) @ line 43, column 19 -> [Help 3]
[ERROR] Non-resolvable import POM: Could not find artifact org.jboss.fuse.bom:jboss-fuse-parent:pom:6.2.1.redhat-084 in central (https://repo.maven.apache.org/maven2) @ line 50, column 19 -> [Help 3]
[ERROR] 'dependencies.dependency.version' for org.apache.camel:camel-core:jar is missing. @ line 62, column 17
[ERROR] 'dependencies.dependency.version' for org.apache.camel:camel-blueprint:jar is missing. @ line 66, column 17
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/PluginManagerException
[ERROR] [Help 3] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
The text was updated successfully, but these errors were encountered:
When running
mvn clean install
there are the following errors:The text was updated successfully, but these errors were encountered: