Maven Flashcards

1
Q

What is POM?

A

Project Object Model

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

3 main lifecycles in Maven?

A

default - main
clean - cleans project
site - generate project documentation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what are phases for Default lifecycle in Maven?

A

validate, compile, test, package, verify, install, and deploy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly