Maven: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 24: Line 24:
=Plugin=
=Plugin=


A ''Maven plugin'' are pieces of functionality that provide [[Maven_Concepts_-_Lifecycle#Plugin_Goal|goals]].
A ''Maven plugin'' are pieces of functionality that provide [[Maven_Concepts_-_Lifecycle#Plugin_Goal|goals]]. A plugin has one or more goals, and each goal represents a capability of that plugin.


Commonly used plugins are:
Commonly used plugins are:

Revision as of 18:23, 18 November 2016

External

Maven Repository Search

http://search.maven.org

Subjects

Plugin

A Maven plugin are pieces of functionality that provide goals. A plugin has one or more goals, and each goal represents a capability of that plugin.

Commonly used plugins are: