how to use maven exec plugin with modules?

2023-10-18 Thread Siddharth Jain
I am developing an application using Java modules. when i try to run it using exec:java it seems the exec-plugin adds all dependencies to the classpath. i verified this using the -X option. the behavior expected is the modularized dependencies should be added to the module path. i am using plugin

Re: Maven Clean plugin's "fast" clean does not seem to do what it promises

2023-10-18 Thread Václav Haisman
st 18. 10. 2023 v 13:15 odesílatel Václav Haisman napsal: > Hi. > > I have tried to make Maven Clean plugin 3.3.1's option to work for > me to speed up UI builds where it deletes millions of files from > node_modules directory. My understanding is that it should move the > directories to be

Re: Dependency JDK convergence rule?

2023-10-18 Thread Florent Biville
That's perfect, thanks :) On Tue, Oct 10, 2023 at 3:02 PM Slawomir Jaranowski wrote: > Hi, > > Did you try: > https://www.mojohaus.org/extra-enforcer-rules/enforceBytecodeVersion.html > > wt., 10 paź 2023 o 14:40 Florent Biville > napisał(a): > > > Hello, > > > > I could not find what I'm

Re: Maven Clean plugin's "fast" clean does not seem to do what it promises

2023-10-18 Thread Mantas Gridinas
Looks like you're on windows. Moving files is an expensive operation as far as I remember. If you have a *nix machine you can try your setup on it, for example by copying the project into virtual box or similar. On Wed, Oct 18, 2023, 14:16 Václav Haisman wrote: > Hi. > > I have tried to make

Maven Clean plugin's "fast" clean does not seem to do what it promises

2023-10-18 Thread Václav Haisman
Hi. I have tried to make Maven Clean plugin 3.3.1's option to work for me to speed up UI builds where it deletes millions of files from node_modules directory. My understanding is that it should move the directories to be deleted to a and then launch a thread to delete those files in the