POM для org.apache.maven.plugins: maven-war-plugin: jar: 3.0 отсутствует, информация о зависимостях недоступна

1

Я получил эту ошибку в своем проекте maven, который я не могу решить.
Как я могу это решить?

Я попробовал все возможные вещи, щелкнув правой кнопкой мыши по проекту.
Обновить проект, Загрузить исходный код,...).

И я получил slf4j-api-1.6.1.jar в настройках Maven.
Почему это происходит при загрузке?

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
    SLF4J: Defaulting to no-operation (NOP) logger implementation
    SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
    [INFO] Scanning for projects...
    [INFO]                                                                         
    [INFO] ------------------------------------------------------------------------
    [INFO] Building guacamole-tutorial 0.0.1-SNAPSHOT
    [INFO] ------------------------------------------------------------------------
    [WARNING] The POM for org.apache.maven.plugins:maven-war-plugin:jar:3.0 is missing, no dependency information available
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 0.427s
    [INFO] Finished at: Wed Mar 25 10:51:17 EET 2015
    [INFO] Final Memory: 4M/76M
    [INFO] ------------------------------------------------------------------------
    [ERROR] Plugin org.apache.maven.plugins:maven-war-plugin:3.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-war-plugin:jar:3.0: Failure to find org.apache.maven.plugins:maven-war-plugin:pom:3.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
Теги:
maven
servlets
slf4j

1 ответ

1
Лучший ответ

Проблема в том, что версия 3.0 maven-war-plug отсутствует.

Самая последняя версия плагина maven-war - 2.6

Обзор всех плагинов можно найти здесь: http://maven.apache.org/plugins/

  • 0
    Спасибо, я писал версию компилятора.

Ещё вопросы

Сообщество Overcoder
Наверх
Меню