Skip to content

Instantly share code, notes, and snippets.

@MPriess
Last active October 19, 2016 10:35
Show Gist options
  • Save MPriess/b4443c91e3ee0872f70b6fa9a038adf3 to your computer and use it in GitHub Desktop.
Save MPriess/b4443c91e3ee0872f70b6fa9a038adf3 to your computer and use it in GitHub Desktop.
org.apache.karaf.tooling:karaf-maven-plugin
[ERROR] Failed to execute goal org.apache.karaf.tooling:karaf-maven-plugin:4.0.6:assembly (default-assembly) on project xxxx-karaf: Unable to build assembly: Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=xxx-kar; type=karaf.feature; version=1.0.0.SNAPSHOT; filter:="(&(osgi.identity=xxx-kar)(type=karaf.feature)(version>=1.0.0.SNAPSHOT))" [caused by: Unable to resolve xxx-kar/1.0.0.SNAPSHOT: missing requirement [xxx-kar/1.0.0.SNAPSHOT] osgi.identity; osgi.identity=xxx.backend; type=osgi.bundle; version="[1.0.0.SNAPSHOT,1.0.0.SNAPSHOT]"; resolution:=mandatory [caused by: Unable to resolve xxx.backend/1.0.0.SNAPSHOT: missing requirement [xxx.backend/1.0.0.SNAPSHOT] osgi.wiring.package; filter:="(&(osgi.wiring.package=org.osgi.service.blueprint)(version>=1.0.0)(!(version>=2.0.0)))"]] -> [Help 1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment