{"id":15055943,"url":"https://github.com/wiverson/jtoolprovider-plugin","last_synced_at":"2025-09-03T08:20:40.626Z","repository":{"id":54342349,"uuid":"308108188","full_name":"wiverson/jtoolprovider-plugin","owner":"wiverson","description":"This Maven Plugin does two things. First, it automatically transforms your Maven dependency graph into Java modules. Second, it bridges Maven and built-in Java tools like jdeps, jlink, and jpackage.","archived":false,"fork":false,"pushed_at":"2021-03-11T23:55:42.000Z","size":171,"stargazers_count":42,"open_issues_count":3,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-06T16:45:45.026Z","etag":null,"topics":["java","javafx","javafx-desktop-apps","jdeps","jlink","jlink-image","jpackage","maven","maven-plugin","maven-plugins"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wiverson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-28T18:35:00.000Z","updated_at":"2025-05-16T14:57:36.000Z","dependencies_parsed_at":"2022-08-13T12:40:22.359Z","dependency_job_id":null,"html_url":"https://github.com/wiverson/jtoolprovider-plugin","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/wiverson/jtoolprovider-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiverson%2Fjtoolprovider-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiverson%2Fjtoolprovider-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiverson%2Fjtoolprovider-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiverson%2Fjtoolprovider-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wiverson","download_url":"https://codeload.github.com/wiverson/jtoolprovider-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiverson%2Fjtoolprovider-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273411750,"owners_count":25100848,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","javafx","javafx-desktop-apps","jdeps","jlink","jlink-image","jpackage","maven","maven-plugin","maven-plugins"],"created_at":"2024-09-24T21:47:17.252Z","updated_at":"2025-09-03T08:20:40.576Z","avatar_url":"https://github.com/wiverson.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jtoolprovider-plugin\n\nThis Maven Plugin does two things. First, it automatically transforms your [Maven](https://maven.apache.org) dependency\ngraph into Java modules. Second, it bridges Maven and built-in Java tools like jdeps, jlink, and jpackage.\n\nWhy would you care about any of that? The main reason: this plugin makes it much, much easier to generate native Java\ndesktop applications with nice, small installers. Here's a\n[complete working example of generating a JavaFX desktop app](https://github.com/wiverson/maven-jpackage-template),\nincluding GitHub Actions to automatically generate the macOS, Windows, and Linux versions.\n\nThe two goals for this plugin are [`collect-modules`](collect-modules-doc.md) (which processes the Maven dependency tree\nto transform Maven dependencies into modules) and [`java-tool`](java-tool-doc.md) (to run any supported JDK tool\ndirectly from in Maven).\n\nBy combining this plugin with\n[Maven build profiles](https://maven.apache.org/guides/introduction/introduction-to-profiles.html), it's possible to\nbuild a single Maven pom.xml that can generate platform-specific installers. Very useful for things like working\nwith [JavaFX](https://openjfx.io).\n\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.wiverson/jtoolprovider-plugin/badge.svg)](https://search.maven.org/search?q=a:jtoolprovider-plugin)\n[![Maven Central](https://img.shields.io/maven-central/v/io.github.wiverson/jtoolprovider-plugin.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.github.wiverson%22%20AND%20a:%22jtoolprovider-plugin%22)\n[![mvn verify status](https://github.com/wiverson/jtoolprovider-plugin/workflows/mvn%20verify/badge.svg)](https://github.com/wiverson/jtoolprovider-plugin/actions?query=workflow%3A%22mvn+verify%22)\n\n# Next Steps\n\n- Read the [collect-modules](collect-modules-doc.md) goal documentation\n- Read the [java-tool](java-tool-doc.md) goal documentation\n- Check out the\n  [complete working example this plugin in action](https://github.com/wiverson/maven-jpackage-template) building a\n  JavaFX desktop application, with GitHub Actions to generate the macOS, Windows, and Linux versions\n\n# Background Information\n\n- The java-tool goal integrates with Maven via the\n  [Java ToolProvider API](https://docs.oracle.com/en/java/javase/15/docs/api/java.base/java/util/spi/ToolProvider.html)\n  ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwiverson%2Fjtoolprovider-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwiverson%2Fjtoolprovider-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwiverson%2Fjtoolprovider-plugin/lists"}