在遵循jQAssistant maven指令时,我会得到以下错误:
错误未能执行目标com.buschmais.jqassistant.scm:jqassistant-maven-p lugin:1.0.0:扫描(默认)上的项目IPG-父:执行默认的目标com。buschmais.jqassistant.scm:jqassistant-maven-plugin:1.0.0:scan失败:由于API不兼容: org.codehaus.plexus.component.repository.exception.ComponentLookupException:,无法加载插件com.buschmais.jqassiant.scm:jqassistant-ma plugin :1.0.0‘中的mojo’扫描 com/buschmais/jqassistant/scm/mave n/ScanMojo :不支持的major.minor版本51.0 错误错误域= plugin>com.buschmais.jqassistant.scm:jqassistant-maven-plugin :1.0.0错误策略= org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy错误urls => file:/C:/Users/F6IB7WJ/.m2/repository/com/buschmais/jqassistan t/scm/jq助手-maven-plugin/1.0.0/jqassistant-maven-plugin-1.0.0.jar
这是否意味着,jQAssistant不允许我扫描JDK6.0项目?
发布于 2015-04-28 13:17:38
jQAssistant要求执行Java7(或更高版本)。目前在文件中没有提到这一点,并将予以补充。
请注意,尽管有此要求,仍然可以扫描旧版本的字节代码。
https://stackoverflow.com/questions/29919531
复制相似问题