sanger-pathogens / Artemis

Artemis is a free genome viewer and annotation tool that allows visualization of sequence features and the results of analyses within the context of the sequence, and its six-frame translation
http://sanger-pathogens.github.io/Artemis
Other
236 stars 76 forks source link

18.2 compile error #340

Closed starsareintherose closed 1 year ago

starsareintherose commented 1 year ago

command mvn package

[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------< uk.ac.sanger:artemis >------------------------
[INFO] Building Artemis 18.2.0
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The POM for com.ibatis:ibatis:jar:2.3.4.726 is missing, no dependency information available
[WARNING] The POM for com.sshtools:j2ssh-core:jar:0.2.9 is missing, no dependency information available
[WARNING] The POM for org.emboss:jemboss:jar:1.0 is missing, no dependency information available
[WARNING] The POM for org.biojava:biojava:jar:1.6 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.457 s
[INFO] Finished at: 2022-12-02T23:28:37+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project artemis: Could not resolve dependencies for project uk.ac.sanger:artemis:jar:18.2.0: The following artifacts could not be resolved: com.ibatis:ibatis:jar:2.3.4.726, com.sshtools:j2ssh-core:jar:0.2.9, org.emboss:jemboss:jar:1.0, org.biojava:biojava:jar:1.6: com.ibatis:ibatis:jar:2.3.4.726 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central 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
kpepper commented 1 year ago

See README - run mvn validate first.

starsareintherose commented 1 year ago

solved, thanks, my fault