Maven pom.xml: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Maven")
 
No edit summary
Line 2: Line 2:


* [[Maven#Subjects|Maven]]
* [[Maven#Subjects|Maven]]
=Overview=
=<artifactId>=
The artifactId is generally the name that the project is known by.
=<name>=
Is optional. See <tt>[[#.3CartifactId.3E|<artifactId>]]</tt>.

Revision as of 01:12, 30 May 2016

Internal

Overview

<artifactId>

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

<name>

Is optional. See <artifactId>.