Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.1-rc1
-
Fix Version/s: 1.1-rc1
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
I just found a weird behaviour in maven (a recent snapshot. I didn't try with the beta).
I was trying to build a complex webapp and I found a lot of errors like :
Artifact 'C:\USERS\JTBox\data\maven-1.x\repository\commons-logging\jars\commons-logging-1.0.4.jar' not found to add to classpath
I didn't understand this error until I received a ClassNotFoundException
I checked the project settings and I found :
maven.repo.remote.enabled=true
I don't know why it was set because it's the default behaviour for maven (I never used it myself).
I commented this property and now maven download my missing dependencies.
We have to check what is happening even if I'm not sure that this property is often used.
I cannot reproduce that with a simple test project...