Maven

Apache Maven

Ukázka souboru pom.xml

project model version is always 4.0.0 for Maven 2.x POMs modelVersion4.0.0/modelVersion project coordinates, i.e. a group of values which uniquely identify this project groupIdcom.mycompany.app/groupId artifactIdmy-app/artifactId version1.0/version library dependencies dependencies dependency coordinates of the required library groupIdjunit/groupId artifactIdjunit/artifactId version3.8.1/version this dependency is only used for running and compiling tests scopetest/scope /dependency /dependencies /project

Fáze buildování