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 27/08/2026 à 09:18, Romain Manni-Bucau a écrit : > Still you need to define how you do deploy that (can't be a single jar but > a subproject should stay a single jar) so you will need some maven work > there and yes it is already doable It is already done. The pull request does that, and this is why it is needed for multi-modules support. This work was done together with the migration to the jar plugin because both of them requires a large refactoring of the code base, so it was done in one single refactoring. Martin