opengeospatial/teamengine

Introduce Maven Enforcer Plugin

Closed this issue · 2 comments

The plugin shall e.g. define the Java and Maven versions.

Requirements:

  • Java 17
  • Maven 3.9

Added and configured maven-enforcer-plugin.
Following behavior is now enforced:

  • Minimum Java version is 17.
  • Minimum Maven version is 3.9.
  • Project must not have duplicate declared dependencies.

Commit: f017940