Maven help Plugin: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= * The Help Plugin http://maven.apache.org/plugins/maven-help-plugin =Internal= * Maven =Overview=")
 
Line 8: Line 8:


=Overview=
=Overview=
=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 {{__-Dmojo__}}:
{{{
    mvn help:describe -Dplugin=compiler -Dmojo=compile -Dfull
}}}
__Referenced by:__\\
[{INSERT com.ecyrd.jspwiki.plugin.ReferringPagesPlugin WHERE max=20, maxwidth=50}]

Revision as of 18:28, 21 December 2016

External

Internal

Overview

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}]