You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2003/06/18 11:38:54 UTC

[jira] Created: (MAVEN-495) Use of SNAPSHOT jars when remote repo is disabled

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org