Skip to content

Evee parent pom.xml properties

maphih edited this page Sep 5, 2025 · 1 revision

The pom.xml in the module evee defines the following properties to centralize the versions of different subprojects of Evee:

  • revision is the current version of Evee.
  • LatScalaDLTools.Version is the version of LatScalaDLTools currently used in Evee.
  • LETHE.Version is the version of LETHE currently used in Evee.
  • scala.version is the verison of SCala currently used in some sub-modules of Evee.

The flatten-maven-plugin is used to create a pom where these version variables (as well as any other variables) are resolved. By using this plugin, the created pom includes <version>0.3</version> instead of: <version>${revision}</version>. The pom with the resolved variables is then packaged into the jar-files that are created by maven.

Clone this wiki locally