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
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