You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Julio Faerman <jf...@gmail.com> on 2006/07/09 22:13:29 UTC

Maven classpth JARs

Hi,

My application scans the jars and directories in the classpath in search of
configuration files and other information.  Thou, as maven uses
ClassWorlds,  the dependency jars are not in the system classpath when
running tests, making them fail. Inside eclipse, they pass normally.

Is there a way to know, inside my application, the location of the
dependency jars loaded  by maven or  the list of files inside them?

Best regards,
Julio Faerman