Closed cowchipkid closed 8 years ago
The pom.xml file is identical to the one checked in, yet this will not build, I get
[ERROR] Plugin edu.illinois.cs.cogcomp:lbjava-maven-plugin:1.2.24 or one of its dependencies could not be resolved: Failure to find edu.illinois.cs.cogcomp:lbjava-maven-plugin:jar:1.2.24 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
Any ideas?
Why did you change the version numbers? Now version numbers across the modules are not compatible, and that's why it's failing
Merging!
@cowchipkid New version deployed, if you wanna use it in the super-project: http://cogcomp.cs.illinois.edu/m2repo/edu/illinois/cs/cogcomp/LBJava/1.2.26/
A static init block was doing a system.exit if the ".lex" or ".lc" filedid not exist in the classpath. The absence of these files is now ignored during static init, but throws a RuntimeException if you try to fetch the static instance.