0 votes
in Maven - Coalescing Pipeline by

What are the different conventions used while naming a project in Maven? 

1 Answer

0 votes
by

The full name of a project in Maven includes:

  <GroupId>: <artifactId>: <version>

For example:

org.apache.maven: maven: 2.0.1

Now that we are done with some Basic Maven Interview Questions, let’s move on to the Intermediate Maven Interview Questions.

Related questions

0 votes
asked Aug 20, 2023 in Maven - Coalescing Pipeline by GeorgeBell
0 votes
asked Aug 30, 2023 in Maven - Coalescing Pipeline by JackTerrance
...