jira-importer commented on issue #282: URL: https://github.com/apache/maven-jar-plugin/issues/282#issuecomment-2956694092
**[Randal Kamradt](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rkamradt)** commented This appears to be a problem because it uses the maven project classpath, which starts with the classes directory. Hacking the org.apache.maven.archiver.MavenArchiver to remove classpath entrys that end with 'classes' solves this. But it doesn't answer the question of why it's only a problem if target/classes is the only dependency. I'm attaching a patch of what I did in case anyone is interested. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
