On 19/03/2010, at 9:39 AM, Viv Kapadekar wrote:

> Thanks for your prompt response. I have set up distribtionManagement in 
> pom.xml like this:
> 
> 
> <distributionManagement>
>    <snapshotRepository>
>      <id>internal.repo</id>
>      <name>My local Internal Repository of builds</name>
>      <url>file:///Users/vivekkapadekar/workspace/deploy/</url>
>    </snapshotRepository>
>  </distributionManagement>

Note that at some point you'll need <repository> for your release as well (even 
if it is the same). If the <version> being deployed does not end in -SNAPSHOT 
this would be the problem.

Otherwise, what version of Maven are you using?

- Brett

--
Brett Porter
[email protected]
http://brettporter.wordpress.com/




Reply via email to