Howdy, created PR that should restore compatibility, moreover, it remains mvn 3 and 4 compatible (and some little cosmetic change to plexus xml)
https://github.com/repaint-io/maven-tiles/pull/133 Thanks T On Thu, Oct 20, 2022 at 1:37 AM Mark Derricutt <[email protected]> wrote: > Trying out the new 4.0.0-alpha-2 release I see our tiles-maven-plugin > doesn’t work: > > Caused by: java.lang.NoSuchMethodError: > org.apache.maven.project.DefaultProjectBuilder: method <init>()V not found > at io.repaint.maven.tiles.TilesProjectBuilder.<init> > (TilesProjectBuilder.groovy) > at > > io.repaint.maven.tiles.TilesProjectBuilder$$FastClassByGuice$$257858534.GUICE$TRAMPOLINE > (<generated>) > > Totally not a blocker for the release and will do additional tests on a > normal, but more a heads up of anyone with Mojos doing Project stuff - > guess I’ll be looking at a supporting version of tiles shortly. > > > > -- > "Great artists are extremely selfish and arrogant things" — Steven Wilson, > Porcupine Tree > > > On 15/10/2022 at 1:18:52 PM, Guillaume Nodet <[email protected]> wrote: > > > I've staged a release candidate at > > https://repository.apache.org/content/repositories/maven-1811 > > > > The binaries are available at: > > > > > > > https://repository.apache.org/service/local/repositories/maven-1811/content/org/apache/maven/apache-maven/4.0.0-alpha-2/ > > > > The tag is available at: > > https://github.com/apache/maven/tree/maven-4.0.0-alpha-2 > > > > Please review and vote ! > > > > Cheers, > > Guillaume Nodet > > >
