Maven Concepts

From NovaOrdis Knowledge Base
Revision as of 20:49, 18 March 2016 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

Internal

POM

<artifactId>

The artifactId is generally the name that the project is known by.

<name>

Is optional. See <artifactId>.

Multi-Module Maven Projects