desruisseaux commented on issue #520: URL: https://github.com/apache/maven-jar-plugin/issues/520#issuecomment-4716337914
Note: if I remember right, the class that defines the `<archive>` element is outside the Maven JAR Plugin. I think it is in some shared library (maybe Maven Archiver). It makes this change less easy to do. An easier approach may be to do this change after #508 is merged instead (if 508 is accepted). The latter is a rewrite of the JAR plugin but using `java.util.spi.ToolProvider` instead of Maven Archiver. The definition of `<archive>` could easily be migrated in the JAR plugin after 508, thus making easier to add elements. 508 is waiting only for Maven 4.0.0-rc6 before it can be submitted. We will need to resolve conflicts caused by commits added since the time when 508 was created, but it should be all. -- 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]
