How can I setup a shared repository? Do I have to install each and every jar manually in it?
Thanks, Sandeep -----Original Message----- From: Stephen Duncan [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 18, 2006 3:19 PM To: Dixit, Sandeep (ProSource Solutions) Subject: Re: M2 - add custom classpath to plugin compiler:compile You should send this to the Maven users list: [email protected] As I said on the list, I don't actually use the systemPath myself. Instead, I put all the jars I need into a shared repository. -Stephen On 1/18/06, Dixit, Sandeep (ProSource Solutions) <[EMAIL PROTECTED]> wrote: > > > > I am having same problem: > > > How do I use <dependency> > <groupId>thegroup</groupId> > <artifactId>theartifact</artifactId> > <version>theversion</version> > <scope>system</scope> > <systemPath>/path/to/websphere/lib/*.jar</systemPath> > </dependency> > > *.jar doesn't work neither does path to dir. > > > > > > > Thanks, > > Sandeep > > > > ------------------------------------------------------------------------ ------------------- > ***National City made the following annotations > ------------------------------------------------------------------------ ------------------- > This communication is a confidential and proprietary business > communication. It is intended solely for the use of the designated > recipient(s). If this communication is received in error, please contact the > sender and delete this communication. > ======================================================================== =================== -- Stephen Duncan Jr www.stephenduncanjr.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
