On 5/29/06, rebels_mascot <[EMAIL PROTECTED]> wrote:

Is there a website where you can get a list of configuration properties for a
plugin or the goals available? Or is there a command available to list these
details?

Besides the help command listed by someone else, check out the
plugin's web page.

Maven plugins are listed at http://maven.apache.org/plugins/index.html
There are also the codehaus ones at http://mojo.codehaus.org/

The goals are listed either on the About "plugin" page (old site
generation) or under the "Project Reports -> Plugin documentation"
(appears to be how site is generated now)

You might wish to read page 129 of Better Builds With Maven available
at http://library.mergere.com/ for information about configuring
plugins via the <configuration> section or via the command line.

It wasn't until I read this section that I understood the difference
between the two and I had always wondered how you knew what the
command line option was (I had incorrectly assumed it was
-D<plugin>.<variable> when in fact it is the expression defined in the
plugin docs.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to