maven-javadoc-plugin adding too many parameters for non default doclet

2009-01-27 Thread Bruno Waes
when using the maven-javadoc-plugin with a non standard doclet there are 'options' that are added to the @options file that are only available in the standard doclet ... -author -bottom -charset -d -docencoding -doctitle -use -version -windowtitle i dont find any way to turn these off ? bruno

maven-javadoc-plugin and dependencies

2009-01-26 Thread Bruno Waes
I created my own Doclet that uses freemarker as a template engine. I tried adding it to another project to generated my own javadocs from it org.apache.maven.plugins maven-javadoc-plugin myPackage.Bloc

Re: using zip assembly for GWTCompile output

2007-06-06 Thread Bruno Waes
On 6/5/07, Bruno Waes <[EMAIL PROTECTED]> wrote: I want to keep my webapp (created with "mvn archetype:create -DarchetypeArtifactId=maven-archetype- webapp") as clean as possible and only have Spring config files, Freemarker templates, web.xml ... files there, and no actual

using zip assembly for GWTCompile output

2007-06-05 Thread Bruno Waes
I want to keep my webapp (created with "mvn archetype:create -DarchetypeArtifactId=maven-archetype- webapp") as clean as possible and only have Spring config files, Freemarker templates, web.xml ... files there, and no actual code. So as i want to integrate GWT into my application i made a separa