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-03 12:27:19 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6b572fa51c05bca642f45e0e35027dc53b1b6021
6b572fa5
1 parent
ff601221
Création sous-module recommandation : intégration
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
49 additions
and
1 deletions
grog-recommendation/grog-recommendation-postprocess/pom.xml
grog-recommendation/grog-recommendation-process/pom.xml
grog-recommendation/pom.xml
grog-recommendation/grog-recommendation-postprocess/pom.xml
0 → 100644
View file @
6b572fa
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<name>
Recommandation evaluation for GROG : post-traitements
</name>
<url>
http://legrog.org
</url>
<parent>
<groupId>
org.legrog
</groupId>
<artifactId>
grog-recommendation
</artifactId>
<version>
3.0-SNAPSHOT
</version>
</parent>
<artifactId>
grog-recommendation-postprocess
</artifactId>
<version>
3.0-SNAPSHOT
</version>
<packaging>
jar
</packaging>
</project>
\ No newline at end of file
grog-recommendation/grog-recommendation-process/pom.xml
0 → 100644
View file @
6b572fa
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<name>
Recommandation evaluation for GROG : traitements
</name>
<url>
http://legrog.org
</url>
<parent>
<groupId>
org.legrog
</groupId>
<artifactId>
grog-recommendation
</artifactId>
<version>
3.0-SNAPSHOT
</version>
</parent>
<artifactId>
grog-recommendation-process
</artifactId>
<version>
3.0-SNAPSHOT
</version>
<packaging>
jar
</packaging>
</project>
\ No newline at end of file
grog-recommendation/pom.xml
View file @
6b572fa
...
...
@@ -13,5 +13,19 @@
</parent>
<artifactId>
grog-recommendation
</artifactId>
<version>
3.0-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<packaging>
pom
</packaging>
<modules>
<module>
grog-recommendation-preprocess
</module>
<module>
grog-recommendation-process
</module>
<module>
grog-recommendation-postprocess
</module>
</modules>
<properties>
<parameters.filename>
Parametres.properties
</parameters.filename>
<collectionSample.filename>
EchantillonCollection.csv
</collectionSample.filename>
<ratingSample.filename>
EchantillonNotation.csv
</ratingSample.filename>
<recommandations.filename>
Recommandations.csv
</recommandations.filename>
<coverage.filename>
Couverture.txt
</coverage.filename>
</properties>
</project>
...
...
Please
register
or
login
to post a comment