Hi Robert, Yes, the problem is about prerequisite and static.
I described the problem here: https://issues.apache.org/jira/browse/KARAF-6573 <https://issues.apache.org/jira/browse/KARAF-6573> I will work on a improvement/fix. Regards JB > Le 3 nov. 2020 à 12:50, Robert Varga <n...@hq.sk> a écrit : > > On 03/11/2020 07:30, Jean-Baptiste Onofre wrote: >> Hi, >> >> Do you have static-framework feature in your pom dependencies ? With which >> scope ? > > This is pretty much a copy of karaf-docker-example-static-dist, hence I > have: > > https://git.opendaylight.org/gerrit/c/odlparent/+/93414/10/karaf/test-static/pom.xml > > The thing is: 'wrap' itself passes okay, the trouble is if a feature > requires it -- i.e. the above works, it is enough to add this line > https://git.opendaylight.org/gerrit/c/odlparent/+/93414/10..11/karaf/test-static/pom.xml > to break it. > > odl-jung-2.1 is a simple feature: > https://repo1.maven.org/maven2/org/opendaylight/odlparent/odl-jung-2.1/8.0.0/odl-jung-2.1-8.0.0-features.xml > > It looks as though 'prerequisite' might be a problem? > > Regards, > Robert