Re: Attaching an assembly to a multi module project

2006-11-10 Thread Wendy Smoak
On 11/10/06, Timo Wolf <[EMAIL PROTECTED]> wrote: I got build errors when no modules are in the local repository and getting to module2 After jar:jar of module2, the assembly plugin is invoked and somehow the poms of the later modules get evaluated and try to resolve the jar artefact of module2

Attaching an assembly to a multi module project

2006-11-10 Thread Timo Wolf
Hi All, I created a reactor project with a super pom and with many modules and module dependencies. To some modules I added the assembly plugin (2.1) to the package phase to build the executable application including scripts, jars, properties, etc. mainproject |-module1 |-mo