Maven Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
==<artifactId>==
==<artifactId>==


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


==<name>==
==<name>==

Revision as of 20:49, 18 March 2016

Internal

POM

<artifactId>

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

<name>

Is optional. See <artifactId>.

Multi-Module Maven Projects