Expert
Check what you think identifies a deliverable
Author: Thomas De verdièreStatus: PublishedQuestion passed 308 times
Edit
0
Community Evaluations
EL Mostafa Fadili
09/12/2024
when we build any Maven project to build an application… we need to provide
GroupId → this can define your company name / organisation name / your common name or anything
ArtifactId → this is your project name.
Version → version of your application .. maven can build application with version.. so your can have different version of jar/war.
classify or package aren't included
1
Where is the local Maven repository located?1
What is the name of the configuration file in Maven?1
What does the install phase do in Maven?1
What can be the scope of a dependency in Maven?1
What is the settings.xml file for in Maven?1
In Maven, regarding the deploy plugin1
How to declare access to the versioning tool in Maven?