Either put it in MAVEN_HOME/lib or add it as a dependency with a <properties><classloader>root</classloader></properties>
-- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Matt Coarr <[EMAIL PROTECTED]> wrote on 02/10/2003 07:25:28 AM: > Hi, > > I'm using ant fileset mappers inside of a maven plugin. This requires > that a regular expression library be available. (either jakarta regexp > or jakarta ORO) > > When I was doing this in ant, this could just be placed in the ant lib > directory. > > What is the best means of getting maven to pick up this libary? I tried > adding this to the the dependency list for the plugin, but that didn't help. > > My target envioronment is j2sdk 1.3. FWIW, this works in j2sdk 1.4 > since the regular expression package is bundled. So I could always add > this to maven's classpath or to the lib/ext for the jre environment. > But I'd prefer to do this in a more configurable fashion. > > Thanks for the help, > Matt > > > > --------------------------------------------------------------------- > 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]
