AW: Making plugins a dependency

2004-01-23 Thread Oliver Nolle
I was also surprised to see plugin:deploy having quite a different semtantics than jar:deploy and dist:deploy. I wrote the following goal to accomplish what I would have expected a plugin:deploy goal to do: Maybe this helps..

Plugin's properties documentation on sitedoc

2003-12-12 Thread Oliver Nolle
to all plugin-developers: I would like to know what the best practice is in documenting the properties of a plugin (on sitedoc)? plugin:generate-docs produces a skeleton for the sitedoc, but what is the best way to fill it with content? As I understood, there are two ways with different conseque

plugin:download does delete the downloaded file immediately after download

2003-11-18 Thread Oliver Nolle
When I use the following command: > maven plugin:download -DgroupId=maven -DartifactId=maven-caller-plugin -Dversion=1 .0 it successfully downloads the plugin, but immediately (and successfully) deletes the downloaded jar from my repository. I filed it as a bug to JIRA (MAVEN-1032) because after