> -----Original Message-----
> From: James Mitchell [mailto:[EMAIL PROTECTED]
==////==
> 
> You have a couple options.
> 
> Depending on who needs to be to build your project.  If it is just  
> you, then put that jar in your local repository:
> 
> *nix
> ~/.maven/repository/weblogic/jars/
> 

Thanks

Yes of course. It occured to me afterwards this was the way Maven
does its thing  from the "magic" formula

       <GroupName>/<Type>s/<ArtifactId>-<ArtifactVersion>.<Type>

> Windows
> C:\Documents and Settings\ppilgrim\.maven\repository\weblogic\jars
> 

> If you need other to be able to build it,  you should think about  
> using a remote repository that the people concerned with the project  
> have access to.  You will add multiple locations in your  
> project.properties under the key "maven.repo.remote".
> 
What if you write a project that depends on a requirement of commercial
jar (rar, ear, or zip file)? Ordinarily you could not put a weblogic.jar
on a public maven repository ( but a private, internal repository ).
If there is a copyright jar then I think Maven's easy dependency 
management does not help. In fact it is no better than the original
Ant `build.properties.sample' and customise for your environment.

==////==
> 
> 
> 
> On Sep 24, 2005, at 5:23 AM, Peter A. Pilgrim wrote:
> 
> >
> > I am getting into Maven using Struts and the OReilly "A Developer  
> > Notebook" edition.
> >
> > One thing I am clueless about is how to tell Maven about a build  
> > that is not
> > in a repository like
> >
> > "weblogic.jar"
> >
> > ?
> >
> > How do tell Maven about ``commercial'' dependencies? Have any of  
> > you guys (and gals)
> > already done this in your professional development lives?
> >
> > TIA
> >
> >
> >
> >
> > -- 
> > Peter Pilgrim
> >            __ _____ _____ _____
> >           / //__  // ___// ___/   +  Serverside Java
> >          / /___/ // /__ / /__     +  Struts
> >         / // ___// ___// ___/     +  Expresso Committer
> >      __/ // /__ / /__ / /__       +  Independent Contractor
> >     /___//____//____//____/       +  Intrinsic Motivation
> > On Line Resume
> >    ||
> >    \\===>  `` http://www.xenonsoft.demon.co.uk/no-it-striker.html ''
> >
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 



--
Peter Pilgrim :: J2EE Software Development
Operations/IT - Credit Suisse First Boston, 
Floor 15, 5 Canada Square, London E14 4QJ, United Kingdom
Tel: +44-(0)207-883-4497

==============================================================================
Please access the attached hyperlink for an important electronic communications 
disclaimer: 

http://www.csfb.com/legal_terms/disclaimer_external_email.shtml

==============================================================================


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

Reply via email to