PRIDE-Archive / jmzIdentML

A java library to parse and read mzIdentML files
4 stars 5 forks source link

mvn compile fails. #1

Closed wolski closed 7 years ago

wolski commented 7 years ago

Trying to build jmzIdentML with maven. However, dependencies specified in the pom can't be resolved. Thank you

$ mvn compile [INFO] Scanning for projects... [ERROR] [ERROR] Some problems were encountered while processing the POMs: [FATAL] Non-resolvable parent POM for uk.ac.ebi.jmzidml:jmzidentml:1.2.7-SNAPSHOT: Failure to find uk.ac.ebi.pride.architectural:pride-core:pom:1.0.1 in https://repo.maven.apache.org/maven2

mbdebian commented 7 years ago

pride-core is not published on Maven Central. You need to add this repository information to your Maven configuration in order to find the artifact.

pst-release EBI Nexus Repository http://www.ebi.ac.uk/Tools/maven/repos/content/repositories/pst-release

Please, let me know if that solves your problem ^_^

mbdebian commented 7 years ago

Sorry, github removed all the XML from my previous comment, it is meant to be, line by line

id name url

for the repository.