I like using the ability in ant to resolve dependencies through the
use of BCEL:

http://ant.apache.org/manual/OptionalTasks/ejb.html#ejbjar_deps

To get this functionality in ant, you must add bcel.jar to
ANT_HOME/lib and you cannot do this to make it work in maven.

I have been able force this ability in maven by adding the bcel
classes to ant-optional.jar in MAVEN_HOME/lib, but I was wondering if
you had any recommendations on a better way to do dependency analysis
in maven.

Thank you.

-- 
Luke Anthony Olbrish
<[EMAIL PROTECTED]>

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

Reply via email to