Re: JPMS data as first-class citizen of the POM

2021-11-06 Thread Olivier Cailloux
Le vendredi 05 novembre 2021 à 10:01 +0100, Christian Stein a écrit : > Or as Robert expressed it: > https://stackoverflow.com/a/43213506/1431016 > Also read his article linked in the answer. Thank you, I wish I had seen this article sooner (https://www.sitepoint.com/maven-cannot-generate-module-

Re: JPMS data as first-class citizen of the POM

2021-11-06 Thread Romain Manni-Bucau
Le sam. 6 nov. 2021 à 12:36, Olivier Cailloux a écrit : > Le vendredi 05 novembre 2021 à 09:27 +0100, Romain Manni-Bucau a > écrit : > > Think JPMS is not different from OSGi in terms of requirement (it is > > more > > broken than OSGi and less used only) so not sure why it would pollute > > the

Re: JPMS data as first-class citizen of the POM

2021-11-06 Thread Olivier Cailloux
Le vendredi 05 novembre 2021 à 09:27 +0100, Romain Manni-Bucau a écrit : > Think JPMS is not different from OSGi in terms of requirement (it is > more > broken than OSGi and less used only) so not sure why it would pollute > the > pom, plus depending how you setup your project you don't use the sam

Re: JPMS data as first-class citizen of the POM

2021-11-06 Thread Olivier Cailloux
Le vendredi 05 novembre 2021 à 09:12 +0100, Tamás Cservenák a écrit : > Not in vanilla maven, but just FYI: > I think all these benefits (along with boundary checks but Maven > not JPMS sense) are provided by takari lifecycle: Thank you for this pointer. The “enforcing dependency usage” part (http