We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @ypriverol , The maven repositories are unavailable now, could you have a check?
http://www.ebi.ac.uk/intact/maven/nexus/content/repositories/ebi-repo http://www.ebi.ac.uk/intact/maven/nexus/content/repositories/ebi-repo-snapshots
Thanks.
The text was updated successfully, but these errors were encountered:
We need to change all of these pom files to another direction please feel free to change to:
<distributionManagement> <!-- EBI repo --> <repository> <id>pst-release</id> <name>EBI Nexus Repository</name> <url>http://www.ebi.ac.uk/Tools/maven/repos/content/repositories/pst-release</url> </repository> <!-- EBI SNAPSHOT repo --> <snapshotRepository> <uniqueVersion>false</uniqueVersion> <id>pst-snapshots</id> <name>EBI Nexus Snapshots Repository</name> <url>http://www.ebi.ac.uk/Tools/maven/repos/content/repositories/pst-snapshots</url> </snapshotRepository> </distributionManagement>
and then do a pull request.
Sorry, something went wrong.
No branches or pull requests
Hi @ypriverol ,
The maven repositories are unavailable now, could you have a check?
http://www.ebi.ac.uk/intact/maven/nexus/content/repositories/ebi-repo
http://www.ebi.ac.uk/intact/maven/nexus/content/repositories/ebi-repo-snapshots
Thanks.
The text was updated successfully, but these errors were encountered: