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

Repository is offline #24

Closed
TheE opened this issue Aug 1, 2016 · 6 comments
Closed

Repository is offline #24

TheE opened this issue Aug 1, 2016 · 6 comments

Comments

@TheE
Copy link

TheE commented Aug 1, 2016

As of writing the repository (http://nexus.theyeticave.net/content/repositories/pub_releases) is offline; could you fix this?

Also, have you thought about deploying VaultAPI to Bintray or any other official MavenNexus? This way we would not need to depend on any privately hosted repository.

@Scarsz
Copy link

Scarsz commented Aug 1, 2016

Vouch for bintray, completely free to set up, no approval process or anything. Either way, this super needs to be fixed.

edit: in the process of setting up my own repo on BinTray, will update with the link when that's all finished

@Scarsz
Copy link

Scarsz commented Aug 1, 2016

Right then, new temp repo is set up. You can substitute the repo below for JCenter's since the package has been approved.

<repository>
    <id>scarsz</id>
    <url>https://dl.bintray.com/scarsz/maven</url>
</repository>

...

<dependency>
    <groupId>com.scarsz</groupId>
    <artifactId>VaultAPI</artifactId>
    <version>1.5</version>
    <scope>provided</scope>
</dependency>

SimSonic added a commit to VoxileRu/rscPermissions that referenced this issue Aug 2, 2016
NOW USING TEMPORARY repo for VaultAPI (MilkBowl/VaultAPI#24).
@Sleaker
Copy link
Member

Sleaker commented Aug 3, 2016

I'll be updating the settings for the new repository soon. Thanks.

@Sleaker
Copy link
Member

Sleaker commented Aug 3, 2016

Fixed with 59e69fa

@Sleaker Sleaker closed this as completed Aug 3, 2016
SimSonic added a commit to VoxileRu/rscPermissions that referenced this issue Aug 3, 2016
@TheE
Copy link
Author

TheE commented Aug 3, 2016

Could you also update the readme with the new repository?

TheE added a commit to MyWarp/MyWarp that referenced this issue Aug 3, 2016
@Sleaker
Copy link
Member

Sleaker commented Aug 3, 2016

@TheE - already was done. please look at the commit history.

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

3 participants