jira-importer commented on issue #291: URL: https://github.com/apache/maven-jlink-plugin/issues/291#issuecomment-2629101787
**[Leif Gruenwoldt](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=leif81)** commented [bmarwell](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=bmarwell) where are the integration tests? I could use more examples. I hit an issue and had to work-around it like this by adding a classifier. \<plugin> \<groupId>org.apache.maven.plugins\</groupId> \<artifactId>maven-jar-plugin\</artifactId> \<configuration> \<classifier>foo\</classifier> \<!-- HACK: avoid clash between the project jar and jlink image name --> \</configuration> \</plugin> -- 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