-
Notifications
You must be signed in to change notification settings - Fork 1
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:
-
revisionis the current version of Evee. -
LatScalaDLTools.Versionis the version of LatScalaDLTools currently used in Evee. -
LETHE.Versionis the version of LETHE currently used in Evee. -
scala.versionis 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.