EMERGING TRENDS IN SOFTWARE ENGINEERING
DEVOPS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which maven plugin creates the project structure?
|
Properties
|
|
Execution
|
|
Dependency
|
|
Archetype
|
Explanation:
Detailed explanation-1: -Archetype is a Maven plugin whose task is to create a project structure as per its template.
Detailed explanation-2: -The maven-plugin-api dependency is required and contains the necessary classes and interfaces to create our mojo. The maven-plugin-annotations dependency comes in handy to use annotations in our classes. The maven-project dependency lets us access the information about the project where we’re including the plugin.
There is 1 question to complete.