The following command:

mvn help:describe -Dplugin=<plugin>

where <plugin> is the name of a plugin, shows that every goal of the plugin is deprecated. For example:

# mvn help:describe -Dplugin=compiler
...
compiler:compile
  Description: Compiles application sources
  Deprecated. No reason given
...

Why is this? How can everything be deprecated?

Trevor


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

Reply via email to