1. Welcome to LilyPad. Download the project, explore the forums, and create your own LilyPad network.


    If you use the software and enjoy it or have a question, or would like to contribute to the future of the software directly or through resources, please sign up and join our little community.

Maven repository down

Discussion in 'Discussion' started by Kashike, Apr 16, 2015.

  1. Kashike

    Kashike New Member

    @Coelho The maven repository appears to be down.
  2. Superfuzzy

    Superfuzzy Member

    For me its fine - just tested it.
    What does you pom.xml look like?
    Remember that you have to define a repositroy AND a dependency like this:
    Code (text):

    <repositories>
        <repository>
            <id>client-connect-api-repo</id>
            <url>http://ci.lilypadmc.org/job/Client-Connect-API/lastSuccessfulBuild/maven-repository/repository/</url>
        </repository>
    </repositories>

    <dependencies>
        <!-- LilyPadAPI -->
        <dependency>
            <groupId>lilypad.client.connect</groupId>
            <artifactId>api</artifactId>
            <version>0.0.1-SNAPSHOT</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>
     
  3. Kashike

    Kashike New Member

  4. Superfuzzy

    Superfuzzy Member

    I just wanted to be sure, no offence.
    And since it worked for me I guessed there was something wrong in your declaration.
    Did you fix it by now?
  5. Kashike

    Kashike New Member

    Nope, it's down.
  6. morpig

    morpig New Member

    Can confirm it's down. It seems that there's an error on jenkins side.

Share This Page