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]