Starting Maven is less than a second for me before it starts running the first plug-in. You might have a slow DNS or some networking issue. You will see what Maven is downloading on the console, after that it's cached on disk. You could run Maven in debug mode to get a hint on what it's hung up on.
Gary On Mon, Aug 28, 2023, 1:15 PM Joseph Kessselman <kesh...@alum.mit.edu> wrote: > Eclipse has the ability to read Ant builds and (mostly) generate Maven > builds, so I'm giving that a quick spin to see how far that gets us. In > Theory this should be straightforward; I should mostly have to help it > find appropriate sources to replace the stuff we've been carrying in our > /lib directory. > > My own biggest complaint so for: Maven takes a surprisingly long time to > load before it starts operation -- 10-20 seconds in my > Fedora-over-WSL-over-Win10 setup. I don't know how much of that is > because it's dynamically loading latest versions of stuff from the > network, how much of that is because it's a big tool that hasn't been > OSGIfied for demand loading, and how much is my environment. It's > certainly not intolerable, but it's a minor annoyance. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org > For additional commands, e-mail: dev-h...@xalan.apache.org > >