Mercurial > lada > lada-server
diff pom.xml @ 971:ad8c859cfdca
Get version from pom.xml instead of hard coded.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Tue, 07 Jun 2016 12:03:36 +0200 |
parents | a831d77010f4 |
children | 2f816d251a0d |
line wrap: on
line diff
--- a/pom.xml Mon Jun 06 15:15:12 2016 +0200 +++ b/pom.xml Tue Jun 07 12:03:36 2016 +0200 @@ -169,6 +169,12 @@ <activeByDefault>true</activeByDefault> </activation> <build> + <resources> + <resource> + <directory>src/main/resources</directory> + <filtering>true</filtering> + </resource> + </resources> <plugins> <plugin> <artifactId>maven-surefire-plugin</artifactId>