Never mind. I just realized that it deploys a snapshot if working with a 
SNAPSHOT version and to a release if it is not a SNAPSHOT version.


On Thursday 06 November 2008 17:09:29 David Ojeda wrote:
> Hello all,
>
> I am trying to setup the deploy plugin (2.4) and I have this repositories
> configuration:
>
>     <distributionManagement>
>         <snapshotRepository>
>             <id>mysnapshotrepo</id>
>             <name>My Snapshot Repository</name>
>             <url>ftp://myserver/public_html</url>
>         </snapshotRepository>
>         <repository>
>             <id>myreleaserepo</id>
>             <name>My Release Repository</name>
>             <url>ftp://myserver/public_html</url>
>         </repository>
>     </distributionManagement>
>
> When I do mvn deploy, it uploads the snapshot version but not the release.
>
> Any ideas?

-- 
David Ojeda


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to