RE: [EXTERNAL] Re: Implementation dependency in a maven module

2021-11-18 Thread Eymeric VIEUILLE
Ok. My last post ! I found the solution. You have to put it in the pom file of the module using implementation dependency : org.apache.netbeans.utilities nbm-maven-plugin true

RE: [EXTERNAL] Re: Implementation dependency in a maven module

2021-11-18 Thread Eymeric VIEUILLE
ailto:users@netbeans.apache.org>> Objet : RE: [EXTERNAL] Re: Implementation dependency in a maven module Is the document referring to the version org.apache.netbeans.utilities:nbm-maven-plugin (or of Maven) rather than maven-jar-plugin? On Nov 15, 2021 at 9:12:28 AM, Eymeric VIEUILLE mail

RE: [EXTERNAL] Re: Implementation dependency in a maven module

2021-11-18 Thread Eymeric VIEUILLE
: Eymeric VIEUILLE Envoyé : jeudi 18 novembre 2021 10:43 À : Netbeans mailing list (users@netbeans.apache.org) Objet : [Newsletter] RE: [EXTERNAL] Re: Implementation dependency in a maven module Hi, Sorry for the response delay. Probably it is the nbm-maven-plugin version. As a consequence, i

RE: [EXTERNAL] Re: Implementation dependency in a maven module

2021-11-18 Thread Eymeric VIEUILLE
Hi, What do you mean by Dependency Management ? De : Bradley Willcott Envoyé : mercredi 17 novembre 2021 05:02 À : Eymeric VIEUILLE ; Netbeans mailing list (users@netbeans.apache.org) Objet : [EXTERNAL] Re: Implementation dependency in a maven module Hi, Do you have Dependency Management in y

RE: [EXTERNAL] Re: Implementation dependency in a maven module

2021-11-18 Thread Eymeric VIEUILLE
dependency was not considered. De : David Green Envoyé : lundi 15 novembre 2021 16:42 À : Eymeric VIEUILLE ; Netbeans mailing list (users@netbeans.apache.org) Objet : RE: [EXTERNAL] Re: Implementation dependency in a maven module Is the document referring to the version

RE: [EXTERNAL] Re: Implementation dependency in a maven module

2021-11-15 Thread David Green
Is the document referring to the version org.apache.netbeans.utilities:nbm-maven-plugin (or of Maven) rather than maven-jar-plugin? On Nov 15, 2021 at 9:12:28 AM, Eymeric VIEUILLE wrote: > Hi, > > > Thx for the answer. > > > > Like said before, I’m looking for a way to add an implementation > de

RE: [EXTERNAL] Re: Implementation dependency in a maven module

2021-11-15 Thread Eymeric VIEUILLE
Hi, Thx for the answer. Like said before, I’m looking for a way to add an implementation dependency. I found this : http://bits.netbeans.org/mavenutilities/nbm-maven-plugin/manifest-mojo.html The tag « moduleDependencies » seems to do what I am expecting but it is said that this is only availa