Hello, getting the following error when running the maven package command:
(base) williams-MacBook-Pro:ctakes-server william$ mvn package
[INFO] Scanning for projects...
[INFO]
[INFO] ----------------------< de.dfki.lt:ctakes-server >----------------------
[INFO] Building ctakes-server 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.884 s
[INFO] Finished at: 2021-09-17T14:08:56+03:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project ctakes-server: Could not resolve dependencies for project de.dfki.lt:ctakes-server:jar:0.1: The following artifacts could not be resolved: org.mitre.medfacts:medfacts-i2b2:jar:1.2, org.mitre.medfacts:medfacts-zoner:jar:1.1, org.mitre.jcarafe.core:jcarafe.core:jar:2.9.1, org.mitre.jcarafe.ext:jcarafe.ext:jar:2.9.1: Could not find artifact org.mitre.medfacts:medfacts-i2b2:jar:1.2 at specified path /Users/william/.m2/repository/org/apache/ctakes/ctakes-assertion/3.2.2/lib/med-facts-i2b2-1.2-SNAPSHOT.jar -> [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
(base) williams-MacBook-Pro:ctakes-server william$
Hello, getting the following error when running the
maven package
command:(base) williams-MacBook-Pro:ctakes-server william$ mvn package [INFO] Scanning for projects... [INFO] [INFO] ----------------------< de.dfki.lt:ctakes-server >---------------------- [INFO] Building ctakes-server 0.1 [INFO] --------------------------------[ jar ]--------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.884 s [INFO] Finished at: 2021-09-17T14:08:56+03:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project ctakes-server: Could not resolve dependencies for project de.dfki.lt:ctakes-server:jar:0.1: The following artifacts could not be resolved: org.mitre.medfacts:medfacts-i2b2:jar:1.2, org.mitre.medfacts:medfacts-zoner:jar:1.1, org.mitre.jcarafe.core:jcarafe.core:jar:2.9.1, org.mitre.jcarafe.ext:jcarafe.ext:jar:2.9.1: Could not find artifact org.mitre.medfacts:medfacts-i2b2:jar:1.2 at specified path /Users/william/.m2/repository/org/apache/ctakes/ctakes-assertion/3.2.2/lib/med-facts-i2b2-1.2-SNAPSHOT.jar -> [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 (base) williams-MacBook-Pro:ctakes-server william$