A possible solution is to have multiple Maven projects, instead of trying to squeeze everything into one project.
/Anders On Mon, Oct 25, 2010 at 21:56, Jon Paynter <[email protected]> wrote: > On Sat, Oct 23, 2010 at 4:49 AM, Wendy Smoak <[email protected]> wrote: > > > On Fri, Oct 22, 2010 at 4:22 AM, googoo <[email protected]> wrote: > > > > > > I would like to execute 2 remote shell scripts from maven as a > pre-deploy > > and > > > a post-deploy step. > > > > In Maven-speak, "deploy" means deploying to the remote repository. > > Are you thinking it's to an application server? > > > > If you describe the problem you're trying to solve rather than asking > > how to implement the solution you've arrived at in isolation, you'll > > probably get better answers. > > > > It sounds like he is trying to do a normal maven deploy, and at the same > time do a "deploy to testing server" > > we are going to need the same functions real soon, so im interested in any > suggestions or solutions that arise. >
