jira-importer commented on issue #158: URL: https://github.com/apache/maven-jar-plugin/issues/158#issuecomment-2956674292
**[Hardik Patel](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hardik_se)** commented I found the solution. I was using following: \<customClasspathLayout>${artifact.artifactId}.${artifact.extension}\</customClasspathLayout> and thus was getting classpath entry in manifest as null.null. Instead, the correct use if as follows: \<customClasspathLayout>$${artifact.artifactId}.$${artifact.extension}\</customClasspathLayout> -- 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]
