FYI, version 23-ea+20 should contain the fixed parent pom. Op wo 29 mei 2024 om 09:31 schreef Michael Hall <mik3h...@gmail.com>:
> > > On May 29, 2024, at 2:19 AM, Joeri Sykora <jo...@lodgon.com> wrote: > > Hi John, > > maven artifacts are generated when providing the following gradle > property: -PMAVEN_PUBLISH=true > > For the actual maven publication to maven central, Gluon uses a different > parent pom file, which indeed has those duplicate profile id's. > We'll provide a fix that will be available from 23-ea+19. > > As a workaround you can: > > - fallback to maven 3.9.6 or earlier > - manually specify the javafx.platform property, i.e.: mvn > -Djavafx.platform=linux compile > > Kind regards, > Joeri > > > Simply editing the file and deleting the duplicates also seemed to work > for me. At least it ran the validate command successfully. > >