Skip to content
New issue

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

The maven repository is unavailable #15

Open
baimingze opened this issue Nov 21, 2016 · 1 comment
Open

The maven repository is unavailable #15

baimingze opened this issue Nov 21, 2016 · 1 comment

Comments

@baimingze
Copy link

baimingze commented Nov 21, 2016

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.

@ypriverol
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants