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 ?

[m2] Mojo's parameters configuration

2005-09-22 Thread Mohamed Talhaoui
I wrote a simple plugin that generate java code from xml using castor. I have 2 class: the Mojo: package com.mycompany.maven.plugins.castor; import java.io.File; import java.util.List; import java.util.logging.Logger; import org.apache.maven.plugin.AbstractMojo; import