Maven: Difference between revisions
Jump to navigation
Jump to search
(→Plugin) |
(→Plugin) |
||
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 Guides https://maven.apache.org/guides/
- Central Maven repository http://repo1.maven.org/maven2/
Maven Repository Search
Subjects
- Concepts
- Maven Configuration Files
- Standard Directory Layout
- Standard System Properties
- Building a Complex Release Artifact
- Programmatic Maven
- Timestamp Support
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: