Default Properties

The Maven Super POM includes several default properties.

Array Properties

If a property contains several children they can be accessed as an array.

For example this gets the path to the first test resources directory:

${project.build.testResources[0].directory}

Properties to Override

The following properties should be set up to match the project requirements:

Flow Properties

These properties have an impact in the Maven flow. Don't override them without having a good reason.

Last updated