oliviercailloux / decision-uta-method

A repository containing the doc and the work done during my research about UTA method.
MIT License
0 stars 0 forks source link

Test uta #5

Closed oliviercailloux closed 6 years ago

oliviercailloux commented 6 years ago

Let test uta pass by configuring Maven properly. Depend on google-or-tools version 6.7.2 and see config maven-surefire-plugin here. Remove unused library files (see above project). Simplify README.

tonyseg commented 6 years ago

I have an DependencyResolutionException when I launch "mvn test" : Maven could not find artifact io.github.oliviercailloux:google-or-tools:jar:6.7.2.a-SNAPSHOT, I try the solution given in here but I did'nt what to do in settings.xml.

oliviercailloux commented 6 years ago

Depend on google-or-tools version 6.7.2 (not 6.7.2.a-SNAPSHOT, not published)

tonyseg commented 6 years ago

Fixed "mvn test" working now.

oliviercailloux commented 6 years ago

Well done.