Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Postponed
-
None
-
Platform: All, OS: All
Description
When doing a maven2 build (using a private maven repository), maven continually
downloads all the dependencies on each build. The result is that the build
takes almost an hour instead of a few minutes. My understanding is that Maven
should only download updated dependencies after the first build. Please feel
free to correct my understanding if it is incorrect.
Thanks.
Attachments
Issue Links
- depends on
-
JENKINS-3580 Workspace deleted when subversion checkout happens
-
- Reopened
-
Your problem is most likely caused by the fact that Hudson wipes out the jobs
workspace together the private maven ".repository" located in the workspace
forcing mvn to re-download the content between builds. This problem doesn't
exists for jobs running in SVN/CVS in update mode. Fix of
JENKINS-1819https://hudson.dev.java.net/issues/show_bug.cgi?id=1819 will solve the reported
problem.