Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-04T14:52:49.000Z (almost 7 years ago)
- Last Synced: 2024-11-01T08:33:34.638Z (3 months ago)
- Topics: java, jdk9, jigsaw, maven, maven-plugin
- Language: Java
- Size: 104 KB
- Stars: 40
- Watchers: 13
- 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/)).