Showing
1 changed file
with
8 additions
and
0 deletions
... | @@ -28,4 +28,12 @@ | ... | @@ -28,4 +28,12 @@ |
28 | <recommandations.filename>Recommandations.csv</recommandations.filename> | 28 | <recommandations.filename>Recommandations.csv</recommandations.filename> |
29 | <coverage.filename>Couverture.txt</coverage.filename> | 29 | <coverage.filename>Couverture.txt</coverage.filename> |
30 | </properties> | 30 | </properties> |
31 | + <build> | ||
32 | + <resources> | ||
33 | + <resource> | ||
34 | + <directory>src/main/resources</directory> | ||
35 | + <filtering>true</filtering> | ||
36 | + </resource> | ||
37 | + </resources> | ||
38 | + </build> | ||
31 | </project> | 39 | </project> | ... | ... |
-
Please register or login to post a comment