Re: [m2] Tomcat Plugin - execution phase 'package'

2005-11-02 Thread Mark Hobson
Moving to [EMAIL PROTECTED] On 31/10/05, Franck de Bruijn [EMAIL PROTECTED] wrote: Hi Mark, Thanks for your reply. I have been mixing 2 things. That's at least clear to me, now :). Still, I do believe that the user should have the flexibility to decide whether the 'package' goal is

RE: [m2] Tomcat Plugin - execution phase 'package'

2005-10-31 Thread Franck de Bruijn
Hi Mark, Thanks for your reply. I have been mixing 2 things. That's at least clear to me, now :). Still, I do believe that the user should have the flexibility to decide whether the 'package' goal is executed as part of the tomcat:deploy goal or not. If I understand correctly, now he does not

[m2] Tomcat Plugin - execution phase 'package'

2005-10-30 Thread Franck de Bruijn
Hi, I see that the tomcat plugin has an execution phase 'package' defined. I'm not sure if I understand correctly, but this causes all the steps (compile, packaging, etcetera) to be repeated when goal 'tomcat:deploy' is executed. Anyway, if I remove the line '@execute phase = package' from the

[m2] Tomcat plugin

2005-10-28 Thread Richard Wallace
Hello, With m1 I was using the codeczar tomcat plugin at http://www.codeczar.com/products/maven-tomcat-plugin/. But this project doesn't look like it's too actively maintained and I can't find a version for m2. Does anyone know the status or an alternative plugin to

Re: AW: [m2] Tomcat plugin

2005-10-28 Thread Richard Wallace
Lars Francke wrote: Hello, With m1 I was using the codeczar tomcat plugin at http://www.codeczar.com/products/maven-tomcat-plugin/. But this project doesn't look like it's too actively maintained and I can't find a version for m2. Does anyone know the status or an alternative plugin to

[m2] Tomcat plugin

2005-10-19 Thread Samuel Le Berrigaud
Can someone point me where the tomcat plugin site is available ? Thanks, -- SaM

Re: [m2] Tomcat plugin

2005-10-19 Thread Piéroni Raphaël
Hello Samuel, It is only in SCM at mojo-sandbox http://mojo.codehaus.org SCM at http://svn.mojo.codehaus.org/trunk/mojo/mojo-sandbox/maven-tomcat-plugin/ Regards, Raphaël 2005/10/19, Samuel Le Berrigaud [EMAIL PROTECTED]: Can someone point me where the tomcat plugin site is available ?

[m2] tomcat plugin problems

2005-09-22 Thread Ashley Williams
(Maybe this is one for Mark) I'm having a bit of bother with the tomcat plugin. I've added the following section to my pom: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-tomcat-plugin/artifactId version2.0-beta-1-SNAPSHOT/version

Re: [m2] tomcat plugin problems

2005-09-22 Thread Mark Hobson
Hi Ashley, (Not sure if this should be on the mojo users mailing list?) Are you running the svn head of maven-tomcat-plugin? I've recently submitted a few patches that should fix that NPE. Note that there is also a final patch (#7) in MOJO-23 that's waiting to be applied which fixes the

Re: [m2] tomcat plugin problems

2005-09-22 Thread Ashley Williams
I did a svn co https://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/ maven-tomcat-plugin/ which put me at revision 558. I would like to bind tomcat:deploy to the package phase as it needs to run as part of my Continuum build - unless you have a better suggestion. But just to see if I could

Re: [m2] tomcat plugin problems

2005-09-22 Thread Mark Hobson
On 22/09/05, Mark Hobson [EMAIL PROTECTED] wrote: On 22/09/05, Ashley Williams [EMAIL PROTECTED] wrote: I did a svn co https://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/ maven-tomcat-plugin/ which put me at revision 558. I would like to bind tomcat:deploy to the package phase as it

Re: [m2] tomcat plugin problems

2005-09-22 Thread Mark Hobson
On 22/09/05, Ashley Williams [EMAIL PROTECTED] wrote: I did a svn co https://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/ maven-tomcat-plugin/ which put me at revision 558. I would like to bind tomcat:deploy to the package phase as it needs to run as part of my Continuum build - unless

Re: [m2] tomcat plugin problems

2005-09-22 Thread Mohamed Talhaoui
I found that maven 2 beta 1 has been released last week. What about plugins ? I cannot find any 2 beta 1 plugin on the maven 2 repostory. Are 2 alpha 3 plugins still working with the last maven release ? Or is there some manual operation to do to make things working well ?

Re: [m2] tomcat plugin problems

2005-09-22 Thread Mark Hobson
On 22/09/05, Mohamed Talhaoui [EMAIL PROTECTED] wrote: I found that maven 2 beta 1 has been released last week. What about plugins ? Plugins have their own release schedule, independent from maven itself. I cannot find any 2 beta 1 plugin on the maven 2 repostory. Are 2 alpha 3 plugins still

Re: [m2] tomcat plugin problems

2005-09-22 Thread Ashley Williams
Grrr, you've made me join that list now ;) So which message numbers should I request, assuming you posted before I joined? On 22 Sep 2005, at 14:43, Mark Hobson wrote: On 22/09/05, Ashley Williams [EMAIL PROTECTED] wrote: I did a svn co https://svn.codehaus.org/mojo/trunk/mojo/mojo-

Re: [m2] tomcat plugin problems

2005-09-22 Thread Mark Hobson
On 22/09/05, Ashley Williams [EMAIL PROTECTED] wrote: Grrr, you've made me join that list now ;) So which message numbers should I request, assuming you posted before I joined? [EMAIL PROTECTED] should do the trick - looks like we need to start some traffic there :) Mark

Re: [m2] tomcat plugin problems

2005-09-14 Thread Ashley Williams
Don't recall the tomcat exception (went away when I rebuild @execute phase to @phase) and don't mind waiting for binary + better docs. However I do try to shoehorn a few things after the install task such as deploying a webapp to tomcat. So is this a summary of the build lifecycle?

Re: [m2] tomcat plugin problems

2005-09-14 Thread Mark Hobson
The tomcat goals don't currently bind themselves to the lifecycle, so you have to invoke them explicity for them to run. Only the deploy and redeploy goals use the @execute phase=package to ensure that the lifecycle has been completed up to the package phase before execution. The other goals are

Re: [m2] tomcat plugin problems

2005-09-14 Thread Ashley Williams
Should get my environment back from Ivy (another cool product!) today so I will be in a position to recreate the problem. On 14 Sep 2005, at 14:37, Mark Hobson wrote: The tomcat goals don't currently bind themselves to the lifecycle, so you have to invoke them explicity for them to run.