Compilation problem with maven

Discussion in 'Bukkit Help' started by m_dark, Oct 22, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    m_dark

    Hello

    I'm trying to compile a craftbukkit project, but when I write in the goald "clean install" of maven build, I get this error :

    Code:
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 1.385s
    [INFO] Finished at: Sat Oct 22 21:23:13 CEST 2011
    [INFO] Final Memory: 15M/109M
    [INFO] ------------------------------------------------------------------------
    [ERROR] Plugin com.lukegb.mojo:gitdescribe-maven-plugin:1.3 or one of its dependencies could not be resolved: Failed to read artifact descriptor for com.lukegb.mojo:gitdescribe-maven-plugin:jar:1.3: Could not transfer artifact com.lukegb.mojo:gitdescribe-maven-plugin:pom:1.3 from/to bukkit-plugins (http://repo.bukkit.org/artifactory/plugins-release): Failed to transfer http://repo.bukkit.org/artifactory/plugins-release/com/lukegb/mojo/gitdescribe-maven-plugin/1.3/gitdescribe-maven-plugin-1.3.pom. Error code 500, Internal Server Error -> [Help 1]
    [ERROR]
    [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
    [ERROR] Re-run Maven using the -X switch to enable full debug logging.
    [ERROR]
    [ERROR] For more information about the errors and possible solutions, please read the following articles:
    [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
    I don't know what to do :/

    Thank
     
  2. Offline

    Kenshin

    I have the same problem ! I searched for 2 days but nothing. If you found anything, please post it here
    Thanks =)
     
  3. Offline

    m_dark

    Hello, I found the solution :D

    You have to go in the \. M2 \ repository \ com \ lukegb \ mojo \ gitdescribe-maven-plugin \ 1.3
    Then you download this file: gitdescribe-maven-plugin-1.3.jar
    You will find it here: http://repo.bukkit.org/

    Have fun :D
     
    Kenshin likes this.
  4. Offline

    Kenshin

    THanks a lot ! It work !!!!!
    Thx soooo much =)
     
Thread Status:
Not open for further replies.

Share This Page