KokaKiwi / MCLauncher

Custom Launcher for Minecraft
38 stars 28 forks source link

Plugin com.kokakiwi.mclauncher.maven:mclauncher-maven-plugin:1.0.0 or one of its dependencies could not be resolved #21

Closed Rudloff closed 11 years ago

Rudloff commented 11 years ago

J'obtiens une erreur quand j'essaie de compiler MCLauncher :

[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building MCLauncher 1.0.1
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for com.kokakiwi.mclauncher.maven:mclauncher-maven-plugin:jar:1.0.0 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.293s
[INFO] Finished at: Thu Jan 24 14:12:17 CET 2013
[INFO] Final Memory: 6M/53M
[INFO] ------------------------------------------------------------------------
[ERROR] Plugin com.kokakiwi.mclauncher.maven:mclauncher-maven-plugin:1.0.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for com.kokakiwi.mclauncher.maven:mclauncher-maven-plugin:jar:1.0.0: Failure to find com.kokakiwi.mclauncher.maven:mclauncher-maven-plugin:pom:1.0.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [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
KokaKiwi commented 11 years ago

Euh ouais, en fait au départ je comptais faire un plugin Maven qui permettrait de compiler un thème pour MCLauncher simplement, du coup je l'ai mis dans le fichier de compilation de MCLauncher, mais étant donné qu'il n'existe pas encore, bah le build fail x) Je corrige ça vite fait ;)

Rudloff commented 11 years ago

Ça fonctionne, merci !