Bibliome / alvisir

AlvisIR semantic search engine
Apache License 2.0
6 stars 2 forks source link

compilation error #23

Closed mandiayba closed 4 years ago

mandiayba commented 4 years ago

Get the following error when I try to install with mvn clean package

[INFO] --------------< fr.jouy.inra.maiage.bibliome:alvisir-web >--------------
[INFO] Building AlvisIR Web 0.6-SNAPSHOT                                  [3/3]
[INFO] --------------------------------[ war ]---------------------------------
[WARNING] The POM for fr.jouy.inra.maiage.bibliome:alvisir-core:jar:0.5 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for AlvisIR 0.6-SNAPSHOT:
[INFO] 
[INFO] AlvisIR ............................................ SUCCESS [  0.390 s]
[INFO] AlvisIR Core ....................................... SUCCESS [  3.321 s]
[INFO] AlvisIR Web ........................................ FAILURE [  0.024 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.868 s
[INFO] Finished at: 2020-04-01T17:37:07+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project alvisir-web: Could not resolve dependencies for project fr.jouy.inra.maiage.bibliome:alvisir-web:war:0.6-SNAPSHOT: Failure to find fr.jouy.inra.maiage.bibliome:alvisir-core:jar:0.5 in http://bibliome.jouy.inra.fr/maven-repository was cached in the local repository, resolution will not be reattempted until the update interval of bibliome has elapsed or updates are forced -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :alvisir-web
rbossy commented 4 years ago

Try with the commit 6949b3c58b3b540d90ac7b9917af32958f02975b

Maybe you want to use tagged version 0.5

mandiayba commented 4 years ago

working, thanks.

rbossy commented 4 years ago

Closing, though @mandiayba :

Maybe you want to use tagged version 0.5