Skip to content

Instruction to publish OpenJFX artifacts to local Maven repository - #2208

Draft
Maran23 wants to merge 1 commit into
openjdk:masterfrom
Maran23:instruction-publish-to-maven-local
Draft

Instruction to publish OpenJFX artifacts to local Maven repository#2208
Maran23 wants to merge 1 commit into
openjdk:masterfrom
Maran23:instruction-publish-to-maven-local

Conversation

@Maran23

@Maran23 Maran23 commented Jul 9, 2026

Copy link
Copy Markdown
Member

Idea for instructions so that developers can easily publish the JavaFX artifacts to their local Maven repository.
Makes testing existing applications very easy because you usually just need to change the Maven or Gradle JavaFX version number.

image

The worflow for testing a Branch (or your local changes) is:

  1. Run ./gradlew -PMAVEN_PUBLISH=true -PMAVEN_VERSION=<version> publishToMavenLocal
  2. Change in your Maven project pom.xml
image

OR

  1. Change in your Gradle project build.gradle
image
  1. Run application, changes can be tested right away

Feedback welcome.



Progress

  • Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jfx.git pull/2208/head:pull/2208
$ git checkout pull/2208

Update a local copy of the PR:
$ git checkout pull/2208
$ git pull https://git.openjdk.org/jfx.git pull/2208/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 2208

View PR using the GUI difftool:
$ git pr show -t 2208

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jfx/pull/2208.diff

@bridgekeeper

bridgekeeper Bot commented Jul 9, 2026

Copy link
Copy Markdown

👋 Welcome back mhanl! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk

openjdk Bot commented Jul 9, 2026

Copy link
Copy Markdown

❗ This change is not yet ready to be integrated.
See the Progress checklist in the description for automated requirements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant