> Hello,
> 
> I'm new to maven and I have a question regarding multiple projects and
> how the can be linked.  I've created a "common code" project, and I
> have another which depends upon this project.  I've got two
> directories, two pom files, etc., and the common code project can
> generate a jar file (mvn jar:jar).  The other project has a dependency
> in the pom.xml file:
> 
>         <dependency>
>                 <groupId>com.x.common</groupId>
>                 <artifactId>x.common</artifactId>
>                 <version>0.0.1-SNAPSHOT</version>
>         </dependency>
>         
> When the mvn process runs, it contacts the repositories and tries to
> download this dependency, which will obviously fail.  How do I
> configure mvn to look locally for a dependency, and in this case, run
> mvn jar:jar in the common project directory to obtain the required
> jar?
> 
> Many thanks,
> 
> 
> John
_______________________________________________

This e-mail may contain information that is confidential, privileged or 
otherwise protected from disclosure. If you are not an intended recipient of 
this e-mail, do not duplicate or redistribute it by any means. Please delete it 
and any attachments and notify the sender that you have received it in error. 
Unless specifically indicated, this e-mail is not an offer to buy or sell or a 
solicitation to buy or sell any securities, investment products or other 
financial product or service, an official confirmation of any transaction, or 
an official statement of Barclays. Any views or opinions presented are solely 
those of the author and do not necessarily represent those of Barclays. This 
e-mail is subject to terms available at the following link: 
www.barcap.com/emaildisclaimer. By messaging with Barclays you consent to the 
foregoing.  Barclays Capital is the investment banking division of Barclays 
Bank PLC, a company registered in England (number 1026167) with its registered 
office at 1 Churchill Place, London, E14 5HP.  This email may relate to or be 
sent from other members of the Barclays Group.
_______________________________________________

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

Reply via email to