https://github.com/adoptopenjdk/jsplitpkgscan-maven-plugin
A Maven plugin wrapper for the jsplitpkgscan utility
https://github.com/adoptopenjdk/jsplitpkgscan-maven-plugin
Last synced: 9 months ago
JSON representation
A Maven plugin wrapper for the jsplitpkgscan utility
- Host: GitHub
- URL: https://github.com/adoptopenjdk/jsplitpkgscan-maven-plugin
- Owner: AdoptOpenJDK
- License: apache-2.0
- Created: 2017-11-27T12:33:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-03T21:02:11.000Z (over 1 year ago)
- Last Synced: 2025-03-20T19:07:35.927Z (10 months ago)
- Language: Java
- Size: 93.8 KB
- Stars: 3
- Watchers: 8
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= OpenJDK split package scanner plugin for Maven
Patrick Reinhart
:project-name: jsplitpkgscan-maven-plugin
:group-name: org.adoptopenjdk.maven.plugins
:project-full-path: AdoptOpenJDK/{project-name}
:github-branch: master
:jdk-version: 12
:jdk-url: https://jdk.java.net/{jdk-version}
:adoptopenjdk-url: https://adoptopenjdk.net
image:https://img.shields.io/badge/license-Apache_2-blue.svg["Apache License, version 2", link="http://www.apache.org/licenses/LICENSE-2.0.txt"]
image:https://img.shields.io/badge/Java-{jdk-version}-blue.svg["Supported Versions", link="https://travis-ci.org/{project-full-path}"]
image:https://github.com/{project-full-path}/actions/workflows/build.yml/badge.svg?branch={github-branch}["Build Status", link="https://github.com/{project-full-path}/actions/workflows/build.yml"]
image:https://img.shields.io/maven-central/v/{group-name}/{project-name}.svg?label=Maven%20Central["Maven Central", link="https://search.maven.org/search?q=g:%22{group-name}%22%20AND%20a:%22{project-name}%22"]