旧版本m2e插件报以下错:
引用
Multiple annotations found at this line:
- Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-
compiler-plugin:3.0:compile (execution: default-compile, phase: compile)
- Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-
compiler-plugin:3.0:testCompile (execution: default-testCompile, phase: test-compile)
解决办法,在pom中加入如下配置:
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<versionRange>[2.0,)</versionRange>
<goals>
<goal>resources</goal>
<goal>testResources</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<versionRange>[2.0,)</versionRange>
<goals>
<goal>compile</goal>
<goal>testCompile</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
该解决办法有副作用,其中一个见:
http://vivus.iteye.com/blog/1741102
这是m2e插件的bug,建议还是升级m2e插件才是根本解决办法。
分享到:
相关推荐
在使用Apache Dubbo作为服务治理框架时,可能会遇到“Multiple annotations found at this line”这样的错误提示。这个错误通常发生在解析XML配置文件时,表明在同一行内发现了多个注解,这在XML规范中是不被允许的...
Multiple annotations found at this line: - cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'dubbo:application'. - schema_reference.4: Failed to ...
添加或更新依赖后,需要在IDE中执行Maven的`install`或者`update`命令,让Maven重新下载并解析依赖。对于Eclipse用户,可以通过右键点击项目 -> Maven -> Update Project来完成。对于IntelliJ IDEA用户,可以选择...
maven-plugin-annotations-3.0.jar
赠送Maven依赖信息文件:jackson-annotations-2.2.3.pom; 包含翻译后的API文档:jackson-annotations-2.2.3-javadoc-API文档-中文(简体)版.zip; Maven坐标:com.fasterxml.jackson.core:jackson-annotations:2.2.3...
赠送Maven依赖信息文件:swagger-annotations-1.6.2.pom; 包含翻译后的API文档:swagger-annotations-1.6.2-javadoc-API文档-中文(简体)版.zip; Maven坐标:io.swagger:swagger-annotations:1.6.2; 标签:swagger...
**Windows环境下Maven 3.8.8的安装与配置** Maven是Apache软件基金会开发的一个项目管理和综合工具,主要用于Java项目的构建、依赖管理和文档生成。Maven 3.8.8是Maven的一个版本,它包含了对之前版本的一些改进和...
标题中的"jquery+json+structs+spring+hibernate-annotations+maven"是一个典型的Java Web开发技术栈,涵盖了前端到后端的核心组件。这里,我们逐一解析这些技术及其关联的知识点。 1. **jQuery**: jQuery是一个...
赠送Maven依赖信息文件:swagger-annotations-1.5.20.pom; 包含翻译后的API文档:swagger-annotations-1.5.20-javadoc-API文档-中文(简体)版.zip; Maven坐标:io.swagger:swagger-annotations:1.5.20; 标签:...
赠送Maven依赖信息文件:j2objc-annotations-1.3.pom; 包含翻译后的API文档:j2objc-annotations-1.3-javadoc-API文档-中文(简体)版.zip; Maven坐标:com.google.j2objc:j2objc-annotations:1.3; 标签:google、j...
maven-plugin-annotations-1.0.jar
Apache Maven 是一个强大的Java项目管理工具,它极大地简化了项目的构建、依赖管理和文档生成过程。在Java开发领域,Maven已经成为了事实上的标准,它的核心理念是通过约定优于配置的原则来减少项目构建的复杂性。 ...
赠送Maven依赖信息文件:flink-annotations-1.10.0.pom; 包含翻译后的API文档:flink-annotations-1.10.0-javadoc-API文档-中文(简体)版.zip; Maven坐标:org.apache.flink:flink-annotations:1.10.0; 标签:...
赠送Maven依赖信息文件:jackson-module-jaxb-annotations-2.7.8.pom; 包含翻译后的API文档:jackson-module-jaxb-annotations-2.7.8-javadoc-API文档-中文(简体)-英语-对照版.zip; Maven坐标:...
maven-plugin-annotations-1.0-sources.jar
1) Error injecting constructor, java.lang.NoSuchMethodError: org.apache.maven.model.validation.DefaultModelValidator: method 'void ()' not found at org.jetbrains.idea.maven.server.embedder....
** Maven 概述** Maven 是一个强大的项目管理和构建工具,广泛应用于Java开发领域。它通过使用一个统一的构建过程,简化了项目的构建、依赖管理以及文档生成等任务。Maven 3.5.2是Maven的一个稳定版本,包含了众多...
maven安装maven安装maven安装maven安装maven安装maven安装maven安装maven安装maven安装maven安装maven安装maven安装maven安装maven安装maven安装maven安装maven安装maven安装maven安装maven安装maven安装maven安装...
maven-plugin-annotations-3.1.jar maven-plugin-api-3.2.1-sources.jar maven-release-plugin-2.0.jar maven-reporting-api-2.0.6.jar maven-reporting-api-2.0.8.jar maven-reporting-api-2.0.9.jar maven-...
赠送Maven依赖信息文件:annotations-13.0.pom; 包含翻译后的API文档:annotations-13.0-javadoc-API文档-中文(简体)版.zip; Maven坐标:org.jetbrains:annotations:13.0; 标签:jetbrains、annotations、中文...