If there any way to execute plugin conditionally?

2009-12-09 Thread Dmitry Skavish
Hi, I need to run dependency-copy plugin only when some environment variable set. Is it possible? I could not find anything even remotely related to that. Thanks! -- Dmitry Skavish

Re: If there any way to execute plugin conditionally?

2009-12-09 Thread Dmitry Skavish
with an env var. Thanks Adam On Wed, 2009-12-09 at 12:24 -0500, Dmitry Skavish wrote: Hi, I need to run dependency-copy plugin only when some environment variable set. Is it possible? I could not find anything even remotely related to that. Thanks

Re: how to cope all jars from all modules to some top level project directory?

2009-06-21 Thread Dmitry Skavish
inherited to false, or else create a special module which has the config On Friday, June 19, 2009, Dmitry Skavish skav...@gmail.com wrote: Hi, I am stuck trying to figure out how to do that. I have root pom and several modules under it. I need to build all the modules and then copy all

how to cope all jars from all modules to some top level project directory?

2009-06-19 Thread Dmitry Skavish
It creates libs under each of the modules and copies deps there, but I need one dir for all the modules. The plugin is defined in the top level pom. Any ideas what I am doing wrong? Thank you! -- Dmitry Skavish

Re: Multi-module build is not building with current module source code

2009-04-16 Thread Dmitry Skavish
it would use module source. However this doesn't seem to work, what do I need to do to fix this? BTW, the goals being run are 'clean deploy site-deploy' -Dave -- Dmitry Skavish

Re: Multi-module build is not building with current module source code

2009-04-16 Thread Dmitry Skavish
. Hth, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Thu, Apr 16, 2009 at 5:26 PM, Dmitry Skavish skav...@gmail.com wrote: I am having the same problem and would like to know

how to force a rebuild of a module dependent on a module with changes

2009-04-14 Thread Dmitry Skavish
because it's dependency changed. I believe it tries to rebuild B, but since nothing changed there it does not recompile it. I tried reactor plugin but it's essentially the same, it does not recompile B in this case. Thank you! -- Dmitry Skavish