RFR: 8276170: Create Sources when publishing to Maven

Florian Kirmaier fkirmaier at openjdk.java.net
Thu Dec 2 21:12:42 UTC 2021


On Fri, 29 Oct 2021 12:36:13 GMT, eduardsdv <duke at openjdk.java.net> wrote:

> Create sources.jars and attach they to the publish task, so that they can be uploaded to the (e.g. maven) repository automatically.

I wonder how the sources for the official maven release are generated? https://repo1.maven.org/maven2/org/openjfx/javafx-graphics/17/
The official release contains all the sources, but when we build it from source, these files are missing.

-------------

PR: https://git.openjdk.java.net/jfx/pull/657


More information about the openjfx-dev mailing list