Re: Migrating NB platform app to maven

2023-05-16 Thread Jerome Lelasseux
Thank you  Eric, indeed my migration script mixed up . and -, and I also spotted some wrong ArtefactId references... I'll fix it! Jerome Le mardi 16 mai 2023 à 14:56:06 UTC+2, Eric Barboni a écrit : Hi Jerome, It seems that your artefactID from NetBeans are wrong Should be

RE: Migrating NB platform app to maven

2023-05-16 Thread Eric Barboni
Hi Jerome, It seems that your artefactID from NetBeans are wrong Should be org-openide-loaders and not org.openide.loader Not sure how your pom is configured, but for artefact from NetBeans remove the explicit jar type. Typical dep looks like that not less not more (.. infact version could be

Re: Migrating NB platform app to maven

2023-05-16 Thread Tom Eicher
Hi Jerome, I would be really interested in this script. Cheers Tom. Am 16.05.23 um 00:01 schrieb Jerome Lelasseux: PS: I used a bash script to automate the migration process as much as possible. When I'm done I'll be happy to share it -there is not much info on the web...

Re: Migrating NB platform app to maven

2023-05-16 Thread Neil C Smith
Hi, On Mon, 15 May 2023 at 23:05, Jerome Lelasseux wrote: > > Have you done a clean and build of the parent project? > yes, the output below OK, just checking the obvious - seems to have been a stumbling block in a few recent threads. Your reactor build order looks wrong. Wrong or circular