Re: Rewrite of JAR plugin ready for merge
"Martin Desruisseaux via dev" <[email protected]>
| Newsgroups | gmane.comp.jakarta.turbine.maven.devel |
|---|---|
| Message-ID | <[email protected]> |
Le 26/08/2026 à 22:05, Romain Manni-Bucau a écrit : > oki, let's disable validate by default then but it also makes hard to > justify the drop of the old impl IMHO, we might want to "milestone" it > right in terms of comm no? We still have the validation when using the --release options. In that case, the validation is done at JAR creation time and does not require a second pass. We also have the --main-class option that I mentioned in previous email. In a modular JAR, it is not just an attribute in MANIFEST.MF. We still have the easier debugging. And finally, this pull request is critical for multi-modules. Without this pull request, all the work for Module Source Hierarchy support is lost. Martin