YaSuenag commented on issue #502: URL: https://github.com/apache/maven-jlink-plugin/issues/502#issuecomment-2661438160
> Do the runtime images still work if one adds a prefix inside the zip? Sure. As I wrote in the description, this PR intends to add prefix like a parent directory. For example, I want to package jlink'ed image like this. (full of `pom.xml` is [here](https://github.com/YaSuenag/perfreader/blob/5214c19dd83ba261ce95b9385e0dbeba6a327b67/pom.xml) ) ```xml <configuration> <zipDirPrefix>${imageName}/</zipDirPrefix> <classifier>${package.os.name}-${os.arch}</classifier> ``` Then the user can recognize all of artifacts are in `${imageName}` directory when the user extracts the zip. The user can run the app in `${imageName}/bin/[app]`. -- 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