Message:

   The following issue has been closed.

   Resolver: Brett Porter
       Date: Thu, 9 Dec 2004 2:48 PM

<url/> is the home of the project, not an automatic download location. You need 
to add your file:// ... location to the maven.repo.remote property, or use JAR 
overrides (see MAVEN-1528 that you filed)
Again, please ask questions on Maven Users List.
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1531

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1531
    Summary: remote repository as file://D:\FIX\VSS\SL2\lib
       Type: Wish

     Status: Closed
   Priority: Major
 Resolution: INCOMPLETE

 Original Estimate: 20 minutes
 Time Spent: Unknown
  Remaining: 20 minutes

    Project: maven
 Components: 
             core
   Versions:
             1.0

   Assignee: 
   Reporter: Anup Jain

    Created: Thu, 9 Dec 2004 10:58 AM
    Updated: Thu, 9 Dec 2004 2:48 PM
Environment: windows xp / 512 MB ram

Description:
I want to download jars(that are specific to the project) into the local 
repository from file://D:\FIX\VSS\SL2\lib during the compilation process.

the dependency was identified as follows:
    <dependency>
      <groupId>[groupId]</groupId>
      <artifactId>[artifactId]</artifactId>
                        <version>1.0</version>
                        <url>file://D:\FIX\VSS\SL2\lib</url>
    </dependency>

On running the command 'maven java:compile' i get the following error:

Attempting to download <jar-name>-1.0.jar

Error retrieving artifact from all the remote repository

The build cannot continue because of the following unsatisfied dependency:

<jar-name>-1.0.jar (try downloading from file://D:\UBS_FIX\VSS\SL2\lib)





---------------------------------------------------------------------
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/secure/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]

Reply via email to