On Sun, 22 Dec 2024 at 12:54, 'AnotherDeveloper' via mojohaus-dev <[email protected]> wrote: > > I thought about the license-maven-plugin. > But by reading all your opinions on the update topic I'm not so sure any more > that an update it's worth it. > Although: While the plugin inherits the mojo parent pom.xml, it overwrites > some values specifically itself. Maybe this plugin is worth an exception?! > > BTW: Some pom.xml values in the plugin were outdated, for my patch I had to > update them, or I would run into problems with my integration tests. > Specifically the "version" of the "mojo-parent" was 77, not the current 86 > and the "mavenVersion" property was still on 3.5.4, instead of the current > agreed on 3.6.3.
License plugin has the latest parent version .... and sets Maven 3.6.3 as the minimum version. https://github.com/mojohaus/license-maven-plugin/blob/master/pom.xml If you talk about another plugin ... parent should be updated. > > Anyway, thanks for all the information so far. > > On Wednesday, December 18, 2024 at 12:47:07 PM UTC+1 s.jara... wrote: > > On Sat, 14 Dec 2024 at 14:42, 'AnotherDeveloper' via mojohaus-dev > > > > Hi, > > I already had a problem using a library which requires at least Java 11. > > Since now Maven is moving to Java 17, I suggest moving also to Java 17. > > They released a Release-Candidate end of last month, so I think a final > > version of Maven using Java 17 is imminent anyway. > > > > Any thoughts on that? > > What plugin project from mojohaus do you have in mind? > > Should be discussed one by one. > > -- > Sławomir Jaranowski > > -- > You received this message because you are subscribed to the Google Groups > "mojohaus-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion visit > https://groups.google.com/d/msgid/mojohaus-dev/c6c5447b-5356-4d3a-8ddd-7be4b5549963n%40googlegroups.com. -- Sławomir Jaranowski -- You received this message because you are subscribed to the Google Groups "mojohaus-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/mojohaus-dev/CAGjJkv3PHsXc3HemJ0uRDiFr_NJg-zK-YzE24sBWO-LDGedKQQ%40mail.gmail.com.
