jira-importer commented on issue #497: URL: https://github.com/apache/maven-jlink-plugin/issues/497#issuecomment-2629363516
**[Thorsten Heit](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=t_heit)** commented The same here under Windows 8.1 x64: ``` openjdk version "13.0.2" 2020-01-14 OpenJDK Runtime Environment AdoptOpenJDK (build 13.0.2+8) OpenJDK 64-Bit Server VM AdoptOpenJDK (build 13.0.2+8, mixed mode, sharing) ``` My project structure is basically the following: ``` - main +- mod-src +- mod-app \- mod-jlink ``` The mod-src contains the source code. mod-app depends on mod-src and uses m-assembly-p and appassembler-maven-plugin to create a .tar.gz-version of the source that can be started via command line. mod-jlink depends on mod-src and is of packaging type jlink as described in the docs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org