You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "John Casey (JIRA)" <ji...@codehaus.org> on 2006/02/20 14:12:08 UTC

[jira] Closed: (MDEPLOY-25) deploy:deploy-file installs the file in the local repository too (but it should not do that)

     [ http://jira.codehaus.org/browse/MDEPLOY-25?page=all ]
     
John Casey closed MDEPLOY-25:
-----------------------------

     Assign To: John Casey
    Resolution: Won't Fix

see previous comment. this behavior is consistent with other deployment functions of Maven.

> deploy:deploy-file installs the file in the local repository too (but it should not do that)
> --------------------------------------------------------------------------------------------
>
>          Key: MDEPLOY-25
>          URL: http://jira.codehaus.org/browse/MDEPLOY-25
>      Project: Maven 2.x Deploy Plugin
>         Type: Bug

>     Versions: 2.1
>     Reporter: Geoffrey De Smet
>     Assignee: John Casey
>     Priority: Minor

>
>
> deploy:deploy-file installs a jar in a remote repository, but currently also installs it in the local repository.
> I believe this is a bug, because it makes you wrongly believe that the remote repository is ok when you run local tests afterwards.
> If this is the desired behaviour, please notify it on the command line and the documentation of deploy:deploy-file
> When I installed a simple hello.jar in my remote repository, I also found it in my local repository (in my user dir) after this command:
> $ mvn deploy:deploy-file -Dfile=hello.jar -DgroupId=org.hello -DartifactId=hello -Dversion=0.7 -Dpackaging=jar -Dreposi
> toryId=springRichclientRepository -Durl=file:///D:/projects/sf/spring-richclient-mavenizer/pomResources/maven2repositor
> y
> [INFO] Scanning for projects...
> [INFO] Searching repository for plugin with prefix: 'deploy'.
> [INFO] ----------------------------------------------------------------------------
> [INFO] Building Maven Default Project
> [INFO]    task-segment: [deploy:deploy-file] (aggregator-style)
> [INFO] ----------------------------------------------------------------------------
> [INFO] [deploy:deploy-file]
> Uploading: file:///D:/projects/sf/spring-richclient-mavenizer/pomResources/maven2repository/org/hello/hello/0.7/hello-0.
> 7.jar
> 6b uploaded
> [INFO] Retrieving previous metadata from springRichclientRepository
> [INFO] Uploading repository metadata for: 'artifact org.hello:hello'
> [INFO] Retrieving previous metadata from springRichclientRepository
> [INFO] Uploading project information for hello 0.7
> [INFO] ----------------------------------------------------------------------------
> [INFO] BUILD SUCCESSFUL
> [INFO] ----------------------------------------------------------------------------
> [INFO] Total time: 1 second
> [INFO] Finished at: Sun Feb 19 19:38:12 CET 2006
> [INFO] Final Memory: 2M/4M
> [INFO] ----------------------------------------------------------------------------

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