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]