Toggle navigation
Toggle navigation
This project
Loading...
Sign in
grogv3
/
grog-cubi
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jean-Francois Leveque
2017-04-04 12:01:54 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
16a857a347134f27f024003c3e3c9186d33d9b70
16a857a3
1 parent
e0fbbe24
Filtre de resources
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
grog-recommendation/pom.xml
grog-recommendation/pom.xml
View file @
16a857a
...
...
@@ -28,4 +28,12 @@
<recommandations.filename>
Recommandations.csv
</recommandations.filename>
<coverage.filename>
Couverture.txt
</coverage.filename>
</properties>
<build>
<resources>
<resource>
<directory>
src/main/resources
</directory>
<filtering>
true
</filtering>
</resource>
</resources>
</build>
</project>
...
...
Please
register
or
login
to post a comment