无法运行通过maven导入到eclipse的java程序

时间:2017-10-22 13:27:23

标签: java eclipse maven google-app-engine

通过maven将项目导入eclipse后。我收到错误,程序没有运行。我正在使用JDK 7.Eclipse:kepler版本。 Maven 3.5.0版本。 [描述资源路径位置类型 生命周期配置未涵盖插件执行:com.google.appengine:appengine-maven-plugin:1.9.4:endpoints_get_discovery_doc(执行:默认,阶段:编译)pom.xml / helloworld行114 Maven项目构建生命周期映射问题](* *这是错误的**)。

enter image description here

1 个答案:

答案 0 :(得分:-1)

尝试在{pom.xml文件

包装带<plugin>标记的<pluginManagement>标记
<pluginManagement>
        <plugins>
            <plugin> ... </plugin>
            <plugin> ... </plugin>
                  ....
        </plugins>
</pluginManagement>