jira-importer commented on issue #157: URL: https://github.com/apache/maven-jar-plugin/issues/157#issuecomment-2956674209
**[Ronald van de Kuil](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rollantz)** commented I ran the debugger on the maven-jar-plugin. The JarMojo updates the jar with the target folder during the deploy phase. Where it calls File jarFile = createArchive(); When I step into this method I can see that the following class updates the jar. org.apache.maven.archiver.MavenArchiver This occurs in the JarMojo at line 218: archiver.createArchive( project, archive ); -- 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]
