Jean-Francois Leveque

Filtre de resources

...@@ -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>
......