On 03/06/2010 12:00 PM, maven-user wrote:
Hi,

I have multi module project structure as shown below . In mod2 target
directory I have created executable jar, say abc.jar . Now I want to include
this jar in the archive of mod1.1  that I'm creating using assembly.xml. My
question is how can I refer to this abc.jar which is a runtime artifact of
mod2..?

myproject
|__mod1
|          |_mod1.1
|_mod2

Thanks.

It is a dependency of mod1 and if your use jar-with-dependency it will be picked up. Google maven jar with dependency.

Ron

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to