On Wed, 2003-04-09 at 15:01, [EMAIL PROTECTED] wrote: > > Can anyone tell me how I get the j2ee.jar into my build classpath? > .. > Here is how i do it: > Just add the following to your POM dependencies : > > <dependency> > <id>j2ee</id> > <version>1.3.1</version> > <jar>j2ee.jar</jar> > <url></url> > </dependency> > > Create a j2ee/jars/ directory in your maven repository and put the > j2ee.jar in it.
IMHO this question is a candidate for the FAQ. Could someone add it please (and replace j2ee.jar by X.jar)? -- Martin Skopp Riege Software International GmbH Support: mailto:[EMAIL PROTECTED], Information: http://www.riege.com This email is intended to be viewed with a nonproportional font. Public Key on http://www.keyserver.net, Key-ID: 3D4027B5 Fingerprint: 1970 C78D 9A1D 99FA 5CE4 5C0D 29E6 6A95 3D40 27B5 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
