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


> 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: Allan Ramirez
>     Priority: Minor
>      Fix For: 2.2

>
>   Time Spent: 3 hours
>    Remaining: 0 minutes
>
> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to