Snapshots not getting updated from the RemoteRepository while using org.ops4j.pax.url.mvn.MavenResolver

2019-09-09 Thread lokhansn
We have a requirement to programmatically fetch a bundle from the Remote Repository. We are injecting the org.ops4j.pax.url.mvn.MavenResolver in the our java class. And whenever we want to fetch the bundle from repository we are calling mavenResolver.resolve(mvn:groupId/artifactId/1-SNAPSHOT); It

karaf-maven-plugin with static framework

2019-09-09 Thread Alex Soto
Hello, I am trying to build a custom distribution using karaf-maven-plugin with Karaf version 4.2.6. To keep it to a minus, I have removed my feature, leaving only the following: static-framework 1.8 static true static Still, I get the following error: Unable to build assembly:

Re: karaf-maven-plugin with static framework

2019-09-09 Thread Francois Papon
Hi Alex, Wich JDK are you using when building the custom distribution? regards, François fpa...@apache.org Le 09/09/2019 à 19:05, Alex Soto a écrit : > Hello,  > > I am trying to build a custom distribution using karaf-maven-plugin > with Karaf version 4.2.6. To keep it to a minus, I have

Re: karaf-maven-plugin with static framework

2019-09-09 Thread Alex Soto
Oracle’s JDK 1.8 Java 8 Update 171 Best regards, Alex soto > On Sep 9, 2019, at 3:34 PM, Francois Papon > wrote: > > Hi Alex, > > Wich JDK are you using when building the custom distribution? > > regards, > > François > fpa...@apache.org > Le 09/09/2019 à

Karaf Cave obr:add-url

2019-09-09 Thread Massimo Bono
Hi all, I've successfully setup in a local Docker container an instance of karaf cave with an OBR repository and I have populate it with some bundles. Now I would like to use "obr" feature to deploy such bundles on another client karaf instance. However, I'm unsure about what URL I need to put