Le lun. 4 sept. 2023 à 18:34, Martin Desruisseaux < martin.desruisse...@geomatys.com> a écrit :
> Le 2023-09-03 à 16 h 53, Romain Manni-Bucau a écrit : > > > Think command line tuning is already possible. > This if true for many parameters, but not for class-path / module-path > as far as I can see. It is easy to add parameters that were not added by > Maven. But it is difficult to change parameters added by Maven, > especially when there is no configuration option. The alternative using > java:exec is not very different than using Ant. At this point, it would > be easier to use Ant + Ivy. > I'd say open issues for the related plugins, several are known to be used (not sure about javadoc but others should). > > > > Pom changes are possible but mainly in build pom, not really in > > central pom > It would be additions rather than changes, and an absence of new element > would mean to use the default. But even if the additions are limited to > the build POM, it may be sufficient for a majority of cases. > The cases where you don't use dependencies so means you can't really use JPMS e2e so not sure it helps without new meta (properties). > > Martin > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > >