How can I specify additional dependent jars for junit tests? The main application code (non-junit classes) does not need (nor do we want the developers to compile against) several lower level application jars (stuff we have built wrappers for to isolate them from our code).
However, in order to run the junit tests, the project needs access to the wrapper jars dependencies. Different projects might need a different list of these dependent (non-compile against) jars. I can't find a means in the project.xml or project.properties to specify the jars to only be used for junit testing. Any ideas? Thanks in advance, Cary Learning Maven and liking it. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
