jira-importer commented on issue #260: URL: https://github.com/apache/maven-jar-plugin/issues/260#issuecomment-2956689940
**[William Ferguson](https://issues.apache.org/jira/secure/[email protected])** commented The workaround for this is to * List all deps with a scope of compile * Execute **mvn** **compiler:compile** **jar:jar** Neither of is nice and both of which is required. NB I forgot to say why we need to create a Jar with no content other than a manifest classpath. Its because the Windows line length limit precludes classpaths that are too long, so we generate a Jar with a manifest classpath that includes all the target libraries and just include it. But its seems like a problem in the general sense in any case. -- 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]
