On Thu, 28 Oct 2004 10:56:42 -0700, Sachin Bansal <[EMAIL PROTECTED]> wrote:
> Hi Ryan,
> 
>  I did just what you suggested, i.e. changed the version to SNAPSHOT
> version, but not it gives the error "fileNotFoundException:
> com.abc.def.B-1.0-SNAPSHOT.jar not found".
> 
>         <dependency>
>             <groupId>myProject</groupId>
>             <artifactId>com.abc.def.B</artifactId>
>                 <version>1.0-SNAPSHOT</version>
>         </dependency>

Your version needs to be:

<version>SNAPSHOT</version>

and run multiproject:install-snapshot 
-- 
http://www.multitask.com.au/people/dion/

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

Reply via email to