DevOps / Maven Interview questions II
What does the POM comprise of in Maven?
Maven POM contains the some of the following configuration.
- project version.
- project dependencies.
- plugins.
- goals.
- build profiles.
- developers and contributers.
- mailing list.
More Related questions...