The following issue has been updated:
Updater: Vincent Massol (mailto:[EMAIL PROTECTED])
Date: Wed, 18 Jun 2003 4:38 AM
Changes:
Version changed from to 1.0-beta-10
Fix Version changed from to 1.0-beta-10
---------------------------------------------------------------------
For a full history of the issue, see:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-495&page=history
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-495
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-495
Summary: Use of SNAPSHOT jars when remote repo is disabled
Type: Bug
Status: Unassigned
Priority: Major
Time Spent: Unknown
Estimate: 0 minutes
Project: maven
Fix Fors:
1.0-beta-10
Versions:
1.0-beta-10
Assignee:
Reporter: Vincent Massol
Created: Wed, 18 Jun 2003 4:38 AM
Updated: Wed, 18 Jun 2003 4:38 AM
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
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]