Maven help Plugin

From NovaOrdis Knowledge Base
Revision as of 18:29, 21 December 2016 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

External

Internal

Overview

The help plugin is used to get information the system, project or a particular plugin.

Goals

!!Help:Active-profiles

!!Help:Effective-pom

Displays the effective POM for the current build, with the active profiles factored in.

!!Help:Effective-settings

Prints out the calculated settings for the project, given any profile enhancement and the inheritance of the global settings into the user-level settings.

!!Help:Describe

Describes the attributes of a plugin.

{{{

   mvn help:describe -Dplugin=help
   mvn help:describe -Dplugin=help -Dfull

}}}

To get information about a single goal, use Template:-Dmojo:

{{{

   mvn help:describe -Dplugin=compiler -Dmojo=compile -Dfull

}}}

__Referenced by:__\\ [{INSERT com.ecyrd.jspwiki.plugin.ReferringPagesPlugin WHERE max=20, maxwidth=50}]