Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.0-beta-10
-
Fix Version/s: 1.0-beta-10
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
I have the following in my build.properties:
maven.repo.remote.enabled = false
offline=true
Now, my project depends on a snapshot jar that is available in my local repository. But when I build it, I get:
"
The use of the remote repository has been disabled.
BUILD FAILED
The build cannot continue because of the following unsatisfied dependency:
everest-bedrock-1.0-SNAPSHOT.jar
"
I think that when the remote repository is disabled, snapshot jars should be taken from the local repository.
-Vincent
Issue Links
- is depended upon by
-
MAVEN-401
Release maven-b10
-
IMHO even if the snapshot exists in the remote repo, the freshest/newest should be taken.
maven downloads snapshots from remote repo even if locally a fresher version exists.