Maven repository back to life

Hello,

I’m just started a new project and learning JMonkey, but after some time website go down.

I’ve already read about it, there is any possibility to bring back to life the maven repository? I’ve don’t downloaded yet all additional plugins and for now I can not play ogg sounds.

Greetings!

I rebuild 3.0.10 maven-repo from branch 3.0 (with jdk1.7).
I made a script to upload it on a bintray repo (named “com.jme3”)

So you should be able to use it:

com.jme3 - Maven - Bintray (click on “set me up” button for instrustion for maven and gradle)

repositories {
    maven {
        url  "http://dl.bintray.com/jmonkeyengine/com.jme3" 
    }
}
1 Like

Are you trying to use 3.0 or 3.1?

Hi pspeed,

I’m trying 3.0.10, at the very beginning tested 3.1 with Ubuntu but I found some problems with the first application, alter seen the reported problem at lwjql site i’ve changed to 3.0.

I’m now trying to update maven dependencies from http://dl.bintray.com/jmonkeyengine/com.jme3, thank you David :slight_smile:

Hi David,

I’m getting an error when try to download jmonkeyengine dependencies from http://dl.bintray.com/jmonkeyengine/com.jme3, I’m getting the maven error:

The POM for com.jme3:jme3-android:jar:3.0.10 is missing, no dependency information available
And I’ve checked into files and seen that .pom doesn’t exist, only the .md5 file:

Can you upload the pom file? or there is another site to use?

Greetings and thank you,

Sorry, it seems I got a issue during the batch upload. I’ll reupload. => the repo will not be reset.

Should be FIXED now, sorry.

SOLVED! Thank you very much!

Now… going back to work :wink: