zoukankan      html  css  js  c++  java
  • maven编译pmd出现异常(Non-resolvable parent POM for net.sourceforge.pmd:pmd-java8)【记录】

    Oh yes, these two modules "pmd-java8" and "pmd-ui" are for java8 only and pmd is released with java7 - hence the the parent pom version has not been adjusted during the release.

    You can disable the modules for now by executing this maven command:

    mvn -P!jdk8-modules clean package  //使用这个命令就能正常编译
    

    This disables the profile "jdk8-modules" so that the two modules are not built.

    解决方法来自:https://sourceforge.net/p/pmd/discussion/188193/thread/5f30e7cf/

    转载请注明出处
  • 相关阅读:
    标准输入输出流
    打印流
    数据输入输出流
    对象操作流
    随机流
    内存输出流
    序列流
    转换流示例代码
    字符流的示例代码
    字符流
  • 原文地址:https://www.cnblogs.com/successjerry/p/5207836.html
Copyright © 2011-2022 走看看