jira-importer commented on issue #218: URL: https://github.com/apache/maven-jar-plugin/issues/218#issuecomment-2956681043
**[Max Oliver Bowsher](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=maxb)** commented Todd: The local workaround that I'm using consists of: 1) Check out maven-archiver-2.2 Apply MNG-2456-maxb.patch Deploy to local organization repository as (e.g.) 2.2-maxb-1 2) Check out maven-jar-plugin-2.1 Change maven-archiver dependency version in pom to 2.2-maxb-1 Deploy to local organization repository as (e.g.) 2.1-maxb-1 3) Reference maven-jar-plugin 2.1-maxb-1 in poms. This is adequate when using maven-assembly-plugin 2.1. maven-assembly-plugin 2.2-beta-1 has broken things again though. (MASSEMBLY-211) -- 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]
