<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;"><br id="lineBreakAtBeginningOfMessage"><div><br><blockquote type="cite"><div>On May 29, 2024, at 2:19 AM, Joeri Sykora <joeri@lodgon.com> wrote:</div><br class="Apple-interchange-newline"><div><div dir="ltr">Hi John,<div><div><br></div><div>maven artifacts are generated when providing the following gradle property: -PMAVEN_PUBLISH=true</div><div><br></div><div>For the actual maven publication to maven central, Gluon uses a different parent pom file, which indeed has those duplicate profile id's.</div><div>We'll provide a fix that will be available from 23-ea+19.</div><div><br></div><div>As a workaround you can:<br><ul><li>fallback to maven 3.9.6 or earlier</li><li>manually specify the javafx.platform property, i.e.: mvn -Djavafx.platform=linux compile</li></ul></div>Kind regards,</div><div>Joeri</div><div><br></div></div></div></blockquote><br></div><div>Simply editing the file and deleting the duplicates also seemed to work for me. At least it ran the validate command successfully.</div><br></body></html>