RE: Execute phase in weblogic:appc

2006-11-17 Thread Scott Ryan
Technology Officer Soaring Eagle L.L.C. [EMAIL PROTECTED] www.soaringeagleco.com (303) 263-3044 -Original Message- From: Dmystery [mailto:[EMAIL PROTECTED] Sent: Thursday, November 16, 2006 11:47 PM To: users@maven.apache.org Subject: RE: Execute phase in weblogic:appc That was my belief

Re: Execute phase in weblogic:appc

2006-11-16 Thread pjungwir
I think forked lifecycles are often too helpful, like Clippy the Paperclip. If you can't find a real solution, you could patch the plugin. Give it a new Mojo that just calls the original, and put different annotations on the new mojo so it doesn't fork a lifecycle. That seems to be roughly how

RE: Execute phase in weblogic:appc

2006-11-16 Thread Scott Ryan
It certainly should not run twice. It should run all the goals in the packaging mojo and then add on the additional goals after packaging but not run them again. I am not seeing that behavour so i will have to investigate the scenario you are describing. I have a number of mojos that run during

RE: Execute phase in weblogic:appc

2006-11-16 Thread Dmystery
That was my belief too that appc should add on the additional goals. But it is certainly the goals in packaging twice. As i said, i'm using appc in a pom with 'ear' packaging which runs ear:ear in the package phase. When the packaging is over appc prepares itself and run ear:ear again. See