Re: [VOTE] Require Java 17 for Maven 4

2024-02-28 Thread Frederik Boster
+1 On Wed, Feb 28, 2024, 08:31 Benjamin Marwell wrote: > Hi Maven Devs/Users/Committers and PMC members! > > After several discussions on the mailing lists, I would like to > start a vote in favour of setting the minimal Java bytecode target > of Maven-Core 4 to 17 and hence require Java 17 for

Re: Different parent/child configuration without child located customization?

2021-11-27 Thread Frederik Boster
For frontend development with Maven I found it to be easiest to define a custom lifecycle for a custom artifact type / packaging, e.g. "angular-app", "angular-lib", "webpack-app" etc. This way it is possible to specify a build flow which is more appropriate for frontend development than the

Re: Software Heritage connector to Maven repositories

2021-06-14 Thread Frederik Boster
I am not in any way affiliated with Apache or Sonatype. So take my opinion with a grain of salt :) Trying to mirror the entire Maven Central repository will unfortunately get you automatically banned. To circumvent that I would suggest you setup your own Maven Central mirror first. [1] [1]

Re: @Parameter on a NIO Path

2021-05-29 Thread Frederik Boster
I did not find a pretty solution yet, but I just subclassed the BasicComponentConfigurator and replaced the Mojo configurator in the Mojo annotation of my plugin. My custom BasicComponentConfigurator exposes the DefaultConverterLookup so I can just register custom converters. This approach could

Re: [maven-gpg-plugin] Unable to sign artifacts with SHA-256 or higher

2021-05-26 Thread Frederik Boster
Hi Janardhan, The maven-gpg-plugin is only responsible for creating the "asc" files which contain the PGP signature. The file hashes are created by maven-resolver, which supports SHA-512 since version 1.5.0 ( https://issues.apache.org/jira/browse/MRESOLVER-56 ). If I remember correctly

Re: [VOTE] Release Apache Maven Javadoc Plugin version 3.3.0

2021-05-22 Thread Frederik Boster
+1 Works on Ubuntu 21.04 with Maven 3.6.3. Best Regards Frederik Boster On Sat, May 22, 2021, 09:43 Robert Scholte wrote: > Dear all, > > I need some extra votes in order to release this. > > thanks, > Robert > On 18-5-2021 20:43:37, Robert Scholte wrote: > Hi,

Re: [VOTE] Release Apache Maven GPG Plugin version 3.0.1

2021-05-05 Thread Frederik Boster
+1 Thanks for releasing it. On Wed, May 5, 2021, 18:46 Hervé BOUTEMY wrote: > Hi, > > We solved 5 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317521=12348086=Text > > in addition to the cancelled 3.0.0 release candidate that solved 13 other > issues: > >

maven-gpg-plugin 3.0.1 release

2021-03-29 Thread Frederik Boster
Hi, I think I fixed all of the remaining bugs in Jira in the past few weeks, which were blocking the maven-gpg-plugin 3.0.1 release. Would it be possible to start a new vote or did I miss something? Best Regards, Frederik