Maven pom.xml

From NovaOrdis Knowledge Base
Revision as of 16:21, 18 November 2016 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

External

Internal

Overview

<project> is the root element.

Example

Simple pom.xml Example

Elements

<modelVersion>

Mandatory. Should be:

<modelVersion>4.0.0</modelVersion>

<groupId>

Mandatory. For more details about Group ID, see Maven Concepts - Group ID.

<artifactId>

Mandatory. For more details about Artifact ID, see Maven Concepts - Artifact ID.

<version>

Mandatory. For more details about Version, see Maven Concepts - Version.

<packaging>

Optional, the default value is "jar". For more details about packaging, see Maven Concepts - Packaging.

<classifier>

Optional. For more details about packaging, see Maven Concepts - Classifier.

<name>

Optional. See <artifactId> and Maven Concepts - Name.

<properties>

Maven Custom System Properties

<build>

<finalName>

https://kb.novaordis.com/index.php/Maven_Concepts#Artifact_Name