Hi,

This may be a dumb question resulting from my mis-understanding of
Maven.  Pardon me, i'm new.

Anyway, i have an ant task i want to exec from CLI. My project has 4
sub-modules in it.
I want to setup an installer that does this:
1. use assembly to copy all dependencies and jars to one library
2. generate custom "run" shell scripts that will start my apps
3. package it all together into a tarball for distribution.

I know i can use assembly plugin to do #1 and #3, but i didn't want to
create static hardcoded "run" files in case the versions change.

So i created an ant task to call out to a shell script to generate some files.
However, when i call the antrun:run plugin, it runs not only in parent
space but also tries to run it for each child module.

Is there a way to disable that? How do i setup a goal to be only run
from CLI for the parent module and not descend into any children?

thanks

ps: if anybody has a better idea of how to package installers while
generating custom run scripts (w/out creating my own plugin that does
that) please let me know.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to