You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Emil A. Lefkof III (JIRA)" <ji...@codehaus.org> on 2005/05/13 15:05:21 UTC

[jira] Created: (MPPLUGIN-32) Download problem from internal repository

Download problem from internal repository
-----------------------------------------

         Key: MPPLUGIN-32
         URL: http://jira.codehaus.org/browse/MPPLUGIN-32
     Project: maven-plugin-plugin
        Type: Bug
 Environment: Windows 2000 JDK 1.4.2
    Reporter: Emil A. Lefkof III
 Assigned to: Brett Porter 


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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MAVEN-1716) Download problem from internal repository

Posted by "Benjamin Dang (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MAVEN-1716?page=comments#action_58283 ] 

Benjamin Dang commented on MAVEN-1716:
--------------------------------------

Seems this issue is fixed.  There are at least two types of repositories: a general library repository and plugin repository.  In the plugin, each plugin you need must have the maven-metadata.xml file residing inside the folder.

> 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

>
>
> 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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MAVEN-1716) Download problem from internal repository

Posted by "Benjamin Dang (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MAVEN-1716?page=all ]

Benjamin Dang updated MAVEN-1716:
---------------------------------

    Attachment: screenshot-1.jpg

> 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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MAVEN-1716) Download problem from internal repository

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MAVEN-1716?page=all ]

Brett Porter updated MAVEN-1716:
--------------------------------

    Assign To:     (was: Brett Porter)

> 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

>
>
> 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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MAVEN-1716) Download problem from internal repository

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MAVEN-1716?page=comments#action_49004 ] 

Lukas Theussl commented on MAVEN-1716:
--------------------------------------

Must be an issue with HttpUtils.java, maybe wagon?

> 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
>     Assignee: Brett Porter

>
>
> 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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org