IDEA 中执行 maven:install 时忽略找不到无关类的错误
package com.sun.org.apache.xml.internal.security.signature does not exist
某些项目因找不到无关紧要的类而编译不过(如下图),其实只要在设置以下两步就可让项目顺利运行。
1. 设置 IDEA 的编译器
2. 设置 Maven 为 no error check
package com.sun.org.apache.xml.internal.security.signature does not exist
某些项目因找不到无关紧要的类而编译不过(如下图),其实只要在设置以下两步就可让项目顺利运行。