https://github.com/khmarbaise/jdk9-jlink-jmod-example
Example for using maven-jmod-plugin / maven-jlink-plugin
https://github.com/khmarbaise/jdk9-jlink-jmod-example
java jdk9 jigsaw maven maven-plugin
Last synced: 11 months ago
JSON representation
Example for using maven-jmod-plugin / maven-jlink-plugin
- Host: GitHub
- URL: https://github.com/khmarbaise/jdk9-jlink-jmod-example
- Owner: khmarbaise
- Created: 2016-10-09T12:06:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-04T14:52:49.000Z (over 8 years ago)
- Last Synced: 2025-03-28T15:04:44.779Z (about 1 year ago)
- Topics: java, jdk9, jigsaw, maven, maven-plugin
- Language: Java
- Size: 104 KB
- Stars: 40
- Watchers: 12
- Forks: 19
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Maven JDK9 Jigsaw Example
=========================
Status
------
* Currently not more than a Proof of Concept
* Everything here is speculative!
Overview
--------
* Example how could jmod/jlink work together in a Maven build
(using [`maven-jlink-plugin`](https://github.com/apache/maven-jlink-plugin/)
and [`maven-jmod-plugin`](https://github.com/apache/maven-jmod-plugin/)
Maven [plugins](http://maven.apache.org/plugins/)).