Extract version number from pom.xml to reduce duplication of the version number

This commit is contained in:
Yannik Hampe
2017-05-29 18:28:08 +02:00
parent b52d5b9e29
commit 0b86dcd8fe
4 changed files with 20 additions and 5 deletions

13
pom.xml
View File

@@ -120,6 +120,19 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>templating-maven-plugin</artifactId>
<version>1.0.0</version>
<executions>
<execution>
<id>filtering-java-templates</id>
<goals>
<goal>filter-sources</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<mailingLists>