Re: Sudden NoFileAssignedException during karaf distro build.

2018-10-01 Thread Erwin Hogeweg
Thanks Oleg, Erwin > On Oct 1, 2018, at 09:58, Oleg Cohen wrote: > > Hi Erwin, > > I ran into the same last night. I guess 3.0.0-M1 is new and has > issues/incompatibilities with the Karaf plugin. > > The way I fixed it was to define the following in the pluginManagement in the > pom.xml

Re: Sudden NoFileAssignedException during karaf distro build.

2018-10-01 Thread Erwin Hogeweg
Thanks guys. Erwin > On Oct 1, 2018, at 11:38, Jean-Baptiste Onofré wrote: > > Sorry, I thought you used both 3.x for Karaf and maven-install-plugin. > > The maven-install-plugin 3.0.0.M1 (released couple of days ago) changed > the way to deal with project packaging. I have to change the way o

Re: Sudden NoFileAssignedException during karaf distro build.

2018-10-01 Thread Jean-Baptiste Onofré
Sorry, I thought you used both 3.x for Karaf and maven-install-plugin. The maven-install-plugin 3.0.0.M1 (released couple of days ago) changed the way to deal with project packaging. I have to change the way of attaching the artifact by the Karaf maven plugin. As workaround, you have to use maven

Re: Sudden NoFileAssignedException during karaf distro build.

2018-10-01 Thread Erwin Hogeweg
Hi JB, > ouch, that's a little bit old version of the plugin ;) Not sure which plugin you are talking about. As far as I can see 3.0.0-M1 is the latest available maven-install-plugin. > Anyway, you should define the Maven dependencies for this version of the > plugin. > > Any change to update

Re: Sudden NoFileAssignedException during karaf distro build.

2018-10-01 Thread Jean-Baptiste Onofré
Hi Erwin, ouch, that's a little bit old version of the plugin ;) Anyway, you should define the Maven dependencies for this version of the plugin. Any change to update to Karaf 4.x at least for Maven plugin ? Regards JB On 01/10/2018 15:49, Erwin Hogeweg wrote: > Hi - > > All of a sudden we ar

Re: Sudden NoFileAssignedException during karaf distro build.

2018-10-01 Thread Oleg Cohen
Hi Erwin, I ran into the same last night. I guess 3.0.0-M1 is new and has issues/incompatibilities with the Karaf plugin. The way I fixed it was to define the following in the pluginManagement in the pom.xml or a parent pom.xml to force versions 2.5.2 and 2.8.2 for the install and deploy plug

Sudden NoFileAssignedException during karaf distro build.

2018-10-01 Thread Erwin Hogeweg
Hi - All of a sudden we are getting a maven build this error when building a karaf distribution. This started late yesterday and happens on multiple developer machines but not all. I have nuked my entire .m2 repo and rolled back to a version well before the issue started but I still get the sam