Hey all, This is not an issue any more. I was able to update the environment to a 2.2.x version of Maven.
Thanks anyway! Thiago Moreira On Sun, Nov 15, 2009 at 4:02 PM, Wayne Fay <[email protected]> wrote: > > Thanks for confirmed that. Could you explain a little bit more how to > > workaround, I didn't get it. > > You currently have: > plugins > +-plugin > +-+-executions > +-+-+-execution > +-+-+-+-configuration > > You should change that to (below) if you want to apply the > configuration to the default execution: > plugins > +-plugin > +-+-configuration > > Then if you have additional executions, you can specify them with > their own configurations. If the configurations are not compatible, > make sure you overwrite the incompatible parts in the execution > config. Clearer now? > > Wayne > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
