Maven Concepts
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>.
The artifactId is generally the name that the project is known by.
Is optional. See <artifactId>.