Monday, 5 October 2009

Maven and slow dependencies report

If the dependencies report takes too long to finish, it could be due to maven trying to determine (and generate a report of) which repository contains which artifact... and the network and/or repos being slow or unreachable.

In any case, here's how you can short-circuit that process:

mvn -Ddependency.locations.enabled=false site

Technorati Tags:

Posted by default at 2:41 PM in java/