Maven: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 16: Line 16:
** [[Maven pom.xml|<tt>pom.xml</tt>]]
** [[Maven pom.xml|<tt>pom.xml</tt>]]
** [[Maven settings.xml|<tt>settings.xml</tt>]]
** [[Maven settings.xml|<tt>settings.xml</tt>]]
* [[Multi-Module Maven Projects]]
* [[Maven Standard Directory Layout|Standard Directory Layout]]
* [[Maven Standard Directory Layout|Standard Directory Layout]]
* [[Maven Standard System Properties|Standard System Properties]]
* [[Maven Standard System Properties|Standard System Properties]]
* [[Multi-Module Maven Projects]]
* [[Building a Maven Complex Release Artifact|Building a Complex Release Artifact]]
* [[Building a Maven Complex Release Artifact|Building a Complex Release Artifact]]
* [[Programmatic Maven]]
* [[Programmatic Maven]]

Revision as of 05:39, 27 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: