If there are version 1.0.0.0, 2.0.0.0 and 3.0.0.0 of A in my local
repo. If I go to the location/workspace where I built A. If I type
"mvn deploy -Dversion=2.0.0.0, then will this deploy command deploy
the 2.0.0.0 from my local repository to remote repository without
re-building it?

Thanks. A.

On Wed, Sep 22, 2010 at 3:30 PM, Wayne Fay <wayne...@gmail.com> wrote:
>> 1. Go to the machine with the local repository.
>> 2. Do i need to go to the specific source tree or any place in the computer?
>> 3. Type mvn deploy:deploy-file <all the rest of the arguments>.
>
> Go read up on the deploy plugin... deploy:deploy-file takes a single
> file as its argument, and deploys just that file to a specified remote
> repo.
>
> Wayne
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to