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 17/08/2026 à 11:02, Sergey Chernov a écrit : > Forgot to mention: the failing module does not have the src/main directory Thanks, it seems that the consequence is that the `target` directory does not exist neither. The plugin could create that directory itself, but it raises the question of how many directory levels we allow to create (I'm a little bit nervous about unlimited depth). Discussion on the GitHub issue. Martin