Glossary
- POM (Project Object Model)
Apache Maven concept. Information for a Maven-supported software project is usually stored in a pom.xml-file. This file contains all information about the respective software project in a standardized format. When executed, Maven checks if the file contains all the required information in correct syntax.
