The standard way to do this is to depend on those jars with <scope>provided</scope>
-Stephen On 1/10/06, Sanjay Choudhary <[EMAIL PROTECTED]> wrote: > Hi All, > > We have several JARS that are present in Websphere Lib folder. In my > previous project we copied all these jars in maven local repository (we were > using maven 1.0.2). Then defined each dependency in project.xml (was very > tedious :-( ) > > In M2, is there a way to set the classpath while performing compile? Don't > need these entries in the Manifest. > > When we used Ant , we used to set the classpath, which used to include all > the jars in Websphere Lib folder. Need something similar. > > Thanks, > Sanjay > > -- Stephen Duncan Jr www.stephenduncanjr.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
