Bhanu Vasireddy wrote:

Hi,

I found "cglib-full-2.0.jar" file in ".maven\repository\cglib\jars"
directory. I extracted all the contents of cglib-full-2.0.jar file and
I can see net/sf/cglib/core/Signature  class file available in jar
file. I am new person to this environment , is there any way i can see
weather this jar file is included in classpath for this particular
goal.


The stack trace in the report shows a call to net.sf.cglib.core.AbstractClassGenerator so it looks like the jar is on the path.


You can get a path listing by using the debug option of maven

$ cd modules/jetty
$ maven -X > build.log

--
Jeremy

Reply via email to