Hi Steve If you don't want to use the maven jar system (central repository) you can override the stated dependencies.
Please refer to: http://maven.apache.org/reference/user-guide.html#Storing JARs in CVS Bye Martin On Mon, 13 Oct 2003, Steve Lewis wrote: > From: Steve Lewis <[EMAIL PROTECTED]> > To: Maven Users List <[EMAIL PROTECTED]> > Subject: Trying to include j2ee.jar > Date: Mon, 13 Oct 2003 08:24:20 -0700 (PDT) > > I'm very new to maven and I'm trying to figure out how > to include j2ee.jar as a dependency. > > Is it possible to do a "file://" in the URL, like so: > > <dependency> > <id>j2ee</id> > > <url>file:///c:\\java\\j2sdkee1.3.1\\lib\\j2ee.jar</url> > <jar>j2ee.jar</jar> > </dependency> > > Something tells me I'm going about this completely the > wrong way. Do I need to set up a "j2ee" directory in > my local repository? > > Steve > > __________________________________ > Do you Yahoo!? > The New Yahoo! Shopping - with improved product search > http://shopping.yahoo.com > > --------------------------------------------------------------------- > 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]
