[ http://jira.codehaus.org/browse/MAVEN-1716?page=comments#action_63558 ] 

Emil A. Lefkof III commented on MAVEN-1716:
-------------------------------------------

Benjamin, what you have said is true of Maven2 but not of Maven1.  This bug was 
reported for Maven1.  The repo format of Maven1 repository is just 

log4j/jars/log4j-1.2.8.jar
log4j/jars/log4j-1.2.9.jar
log4j/jars/log4j-1.2.13.jar

My original bug was as of last May using Maven1.

> Download problem from internal repository
> -----------------------------------------
>
>          Key: MAVEN-1716
>          URL: http://jira.codehaus.org/browse/MAVEN-1716
>      Project: Maven
>         Type: Bug

>  Environment: Windows 2000 JDK 1.4.2
>     Reporter: Emil A. Lefkof III
>  Attachments: screenshot-1.jpg
>
>
> I want to have all my custom plugins in the internal company repository.  
> However the plugin:download goal has a bug where it is not finding the 
> plugins correctly.  Here is what I have discovered.
> maven.repo.remote=file:///development/dev-share/maven   -this fails to find 
> the plugins but works fine for finding library dependencies.
> maven.repo.remote=file://x:/maven  - 2 slashes this fails to find plugins but 
> works find for finding libraries
> maven.repo.remote=file:///x:/maven - noticed the 3 slashes, this works for 
> finding the plugins but now all libraries fail to dowload because of invalid 
> syntax.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to