I'm new to Maven and I'm trying to convert an existing build process that uses Ant to Maven 2.

I've started creating a POM where I have to add third party SUN JARs as dependencies, one of them being JAI.

JAI version 1.1.2_01 includes three JARs. Is there a way to install JAI into my repository such that I only have to reference JAI as a dependency instead of referencing each JAR as a separate dependency? And what is the version naming convention that I should use within the POM <version> tag for JAI? Should it read <version>1.1.2_01</version> ?

Thanks,
Richard

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

Reply via email to