Maven: Difference between revisions
Jump to navigation
Jump to search
(→Plugin) |
|||
Line 26: | Line 26: | ||
=Plugins= | =Plugins= | ||
<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;"> | |||
:[[Maven Plugin List]] | |||
</blockquote> | |||
=Plugin= | =Plugin= |
Revision as of 05:46, 2 January 2017
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
- Multi-Module Maven Projects
- Building a Complex Release Artifact
- Programmatic Maven
- Timestamp Support
- Filtering and Property Substitution
Plugins
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: