Re: Problem using Plugin Management

2008-08-19 Thread Jean-Marc Desprez
Hi, I found a solution to this problem after reading this page : http://docs.codehaus.org/display/MAVENUSER/Assembly+Plugin Modification for the main project (important part is the executions block) : build pluginManagement plugins plugin

Re: Problem using Plugin Management

2008-08-19 Thread Stefan Groschupf
Great! Thanks for the hint! Stefan On Aug 19, 2008, at 12:22 AM, Jean-Marc Desprez wrote: Hi, I found a solution to this problem after reading this page : http://docs.codehaus.org/display/MAVENUSER/Assembly+Plugin Modification for the main project (important part is the executions block) :

Problem using Plugin Management

2008-07-25 Thread Jean-Marc Desprez
Hi, I have four projects under maven. I want to be able to run assembly:assembly on each projects with minimum effort. So I had create a main project with this configuration : ... modules module../aaa/module module../zzz/module module../eee/module