In this case, you need to call a "mvn install" on the module that is being 
depended on so that the module is built to your local repository.  Then, 
it should find the jar in your local repository and not on the web.


_Mang Lau




Eugeny N Dzhurinsky <[EMAIL PROTECTED]> 
02/10/2006 11:38 AM
Please respond to
"Maven Users List" <users@maven.apache.org>


To
users@maven.apache.org
cc

Subject
Re: Newbie question






On Fri, Feb 10, 2006 at 11:06:48AM -0500, Mang Jun Lau wrote:
> Hi,
> 
> Simply have something like this in your pom.xml:
> 
> <project>
>   <dependencies>
>     <dependency>
>       <groupId>someGroupId</groupId>
>       <artifactId>moduleNameThisModuleIsDependentOn</artifactId>
>       <version>1.0.0</version>
>     </dependency>
>   </dependencies>
> </project>

it tries to download the JAR file from WEB...

-- 
Eugene N Dzhurinsky

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


Reply via email to