Maven异常:Plugin execution not covered by lifecycle configuration

   异常信息如下:

     

Xml代码  

  1. Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:aspectj-maven-plugin:1.3.1:compile (execution: default, phase: compile)   

    Eclipse中提示如图:

 

 解决办法:

 

 

 

 点击back后退,先安装ajdt插件,如图:

 

 然后eclipse会重启,继续安装aspectj-maven-plugin插件,这次没有提示错误,可以安装了,如图:

 

 过程中会弹出两个确认框,如图操作:

 

 eclipse重启后,在你的Maven Project上鼠标右键,如图:

 

 OK,问题解决!

 

转载:http://iamyida.iteye.com/blog/2216352

时间: 2025-01-13 13:45:52

Maven异常:Plugin execution not covered by lifecycle configuration的相关文章

备忘:maven 错误信息: Plugin execution not covered by lifecycle configuration

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">  <modelVers

m2eclipse报错:Plugin execution not covered by lifecy

   今天在导入以前写的maven项目时,遇到了一个问题,下面是pom.xml中的代码片段: ? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 <plugin>   <groupId>com.google.code.maven-replacer-plugin</groupId>   <artifactId>replacer</artifactId>   <ver

maven-Plugin execution not covered by lifecycle

问题描述 Plugin execution not covered by lifecycle Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:build-helper-maven-plugin:1.7:parse-version (execution: default, phase: generate-sources)

eclipse maven 报错Could not get the value for parameter encoding for plugin execution default

问题描述:更改默认的maven仓库路径完成后.即存maven项目或者新建maven项目的时候出现如下错误   Could not get the value for parameter encoding for plugin execution default   原因分析:当问题解决后.回首想想应该是当时在更改本地仓库([自学maven系列]之修改eclipse的maven默认仓库路径)的最后一步.也就是在重新download默认的maven包的时候出现了问题.记得当时已经24点之后.电脑锁屏

Maven Jetty Plugin配置指南

Jetty7 - 此插件更名为jetty-maven-plugin,以便更符合maven2的协定.为了在Web应用做快速应用 开发做准备,详见多Web应用源目录. 为了在Jetty里运行一个Web应用,你如果按照Maven默认的做法构造(resources文件存 放,${basedir}/src/main/webapp下Classes文件存放在${project.build.outputDirectory}下,web.xml 的配置描述${basedir}/src/main/webapp/WEB

spring maven 异常-maven未找到spring-framework-beans-factory-Aware 的类文件

问题描述 maven未找到spring-framework-beans-factory-Aware 的类文件 异常信息如下: 补充:已引入spring-beans包,如下图 出错的java文件源代码如图 解决方案 看下是不是你的spring的版本有问题

Jboss启动的时候抛异常,com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED!

问题描述 Jboss启动的时候抛得异常:麻烦帮我看看这个,(刚开始用JSF,想用下树形菜单) 我用Eclipse6.5,JDK1.6 异常: 8:19,734 ERROR [[/aa]] Exception sending context initialized event to listener instance of class org.jboss.web.jsf.integration.config.JBossJSFConfigureListenercom.sun.faces.config

java HTML5 学习资料汇总

目前JAVA可以说是产业界和学术界最热门的语言,许多人都很急切想把JAVA学好. 但学习是需要步骤的,除非像电影中演的那样,能够把需要的专业技巧下载到脑海:主角只花了几秒下载资料,就马上具备飞行员的技巧,或是武侠小说中的运功传送内力的方式,否则花上一段时间苦学是少不了的.花时间,不打紧,就怕方法错误,事倍功半. java 学习文章推荐.java学习线路.java 知识图谱. HTML5 微数据 RDFa/微格式 使用 jQuery 的 Autocomplete 插件实现input输入提示功能 创

pom文件中引用org.apache.maven.plugins报错

问题描述 pom文件中引用org.apache.maven.plugins报错 错误:Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (execution: default-testCompile phase: test-compile) 解决方案 maven pom 报错 Failed to execut