Skip to content
Snippets Groups Projects
Commit 3176b518 authored by Nils Christian Ehmke's avatar Nils Christian Ehmke
Browse files

Added resource filtering

parent f6a4fb47
No related branches found
No related tags found
No related merge requests found
......@@ -36,5 +36,14 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<resources>
<resource>
<filtering>true</filtering>
<directory>src/main/resources</directory>
</resource>
</resources>
</build>
</project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment