I packaging my java project with maven, using the M2 Plug in Eclipse
I need to provide a value for the following pom property (module_version), for local packaging this will have a value like “local-SNAPSHOT”
<groupId>com.group</groupId>
<artifactId>server</artifactId>
<packaging>jar</packaging>
<version>${module_version}</version>
Run config env variables don't seem to work...