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

mvn install errors #2

Open
magick93 opened this issue May 12, 2018 · 0 comments
Open

mvn install errors #2

magick93 opened this issue May 12, 2018 · 0 comments

Comments

@magick93
Copy link

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

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

No branches or pull requests

1 participant