jira-importer commented on issue #223: URL: https://github.com/apache/maven-jar-plugin/issues/223#issuecomment-2956682527
**[David Boden](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=daveboden)** commented Here's the source for the Mojo that I'm using. You can see that LehmanJarSignerMojo implements JarSignerMojo. Important: Please note that I've changed the method signature on the JarSignerMojo.execute() method to also allow the throwing of MojoFailureException. This brings it in line with AbstractMojo.execute(). Sorry for not getting this right first time! If you think that this plugin (in a slightly more generic form) could be useful to other teams, then I'd be happy to tidy up the code as you see fit and submit it to the relevant project (perhaps the jar plugin project?). -- 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]
