sonatype-nexus-community / nexus-repository-composer

Composer support for the Nexus Repository Manager (work in progress!)
Eclipse Public License 1.0
216 stars 84 forks source link

Building NX3 with the composer plugin 0.0.23-SNAPSHOT fails #118

Closed githoober closed 2 years ago

githoober commented 2 years ago

022-07-05 22:07:29,979+0000 ERROR [features-2-thread-1] *SYSTEM java.lang.Throwable - org.apache.felix.resolver.reason.ReasonException: Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=nexus-repository-composer; type=karaf.feature; version="[0.0.23.SNAPSHOT,0.0.23.SNAPSHOT]"; filter:="(&(osgi.identity=nexus-repository-composer)(type=karaf.feature)(version>=0.0.23.SNAPSHOT)(version<=0.0.23.SNAPSHOT))" [caused by: Unable to resolve nexus-repository-composer/0.0.23.SNAPSHOT: missing requirement [nexus-repository-composer/0.0.23.SNAPSHOT] osgi.identity; osgi.identity=org.sonatype.nexus.plugins.nexus-repository-composer; type=osgi.bundle; version="[0.0.23.SNAPSHOT,0.0.23.SNAPSHOT]"; resolution:=mandatory [caused by: Unable to resolve org.sonatype.nexus.plugins.nexus-repository-composer/0.0.23.SNAPSHOT: missing requirement [org.sonatype.nexus.plugins.nexus-repository-composer/0.0.23.SNAPSHOT] osgi.wiring.package; filter:="(&(osgi.wiring.package=com.fasterxml.jackson.core.type)(version>=2.13.0))"]]

githoober commented 2 years ago

The issue was related to an older version of NX3 being used instead of the latest one.

Please, resolve it as non-reproducible.

bhamail commented 2 years ago

see above, not reproducible