Re: Module b needs jar from from Module a but needs to keep it _out_ of the classpath

2013-05-19 Thread Stephen Connolly
Closest I can think is add a dependency of type "pom" to fix the build order and use dependency:copy to grab the jar On Sunday, 19 May 2013, Benson Margulies wrote: > I'm faced with a situation I've met before. > > I have a multi-module project. > > 'Module A' builds a jar file. That jar file is

Module b needs jar from from Module a but needs to keep it _out_ of the classpath

2013-05-19 Thread Benson Margulies
I'm faced with a situation I've met before. I have a multi-module project. 'Module A' builds a jar file. That jar file is a plugin for Apache Solr. 'Module B' is an integration test. It needs to copy that Module A jar file into a Solr installation tree and start Solr. It really, really, needs to