cltl / EventCoreference

Compares descriptions of events within and across documents to decide if they refer to the same events.
Apache License 2.0
19 stars 9 forks source link

Build fails with WordnetTools set to master-SNAPSHOT #7

Closed sarnoult closed 4 years ago

sarnoult commented 4 years ago

Build runs fine for WordnetTools version 3.0, but not for master-SNAPSHOT (the pom for it is missing from jitpack.io)

$ mvn -U clean package [INFO] Scanning for projects... [INFO] [INFO] ------------------< com.github.cltl:EventCoreference >------------------ [INFO] Building EventCoreference and NAF2SEM-GRASP v3.1.2 [INFO] --------------------------------[ jar ]--------------------------------- Downloading from jitpack.io: https://jitpack.io/com/github/cltl/KafSaxParser/master-SNAPSHOT/maven-metadata.xml Downloaded from jitpack.io: https://jitpack.io/com/github/cltl/KafSaxParser/master-SNAPSHOT/maven-metadata.xml (395 B at 286 B/s) Downloading from jitpack.io: https://jitpack.io/com/github/cltl/WordnetTools/master-SNAPSHOT/maven-metadata.xml Downloading from jitpack.io: https://jitpack.io/com/github/cltl/WordnetTools/master-SNAPSHOT/WordnetTools-master-SNAPSHOT.pom [WARNING] The POM for com.github.cltl:WordnetTools:jar:master-SNAPSHOT is missing, no dependency information available Downloading from jitpack.io: https://jitpack.io/com/github/cltl/WordnetTools/master-SNAPSHOT/WordnetTools-master-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 5.235 s [INFO] Finished at: 2020-04-05T15:59:27+02:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project EventCoreference: Could not resolve dependencies for project com.github.cltl:EventCoreference:jar:v3.1.2: Could not find artifact com.github.cltl:WordnetTools:jar:master-SNAPSHOT in jitpack.io (https://jitpack.io) -> [Help 1]

sarnoult commented 4 years ago

fixed with commit f1de443