<parent>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
        <version>1.3.6.RELEASE</version>

    </parent>

 

springboot的parent节点配置错误,则会报下面的错

 

[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.16:check (checkstyle-validation) on project test: Failed during checkstyle execution: Unable to find suppressions file at location: src/checkstyle/checkstyle-suppressions.xml: Could not find resource 'src/checkstyle/checkstyle-suppressions.xml'. -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

 

相关文章:

  • 2021-08-25
  • 2021-05-12
  • 2022-01-30
  • 2021-08-03
  • 2022-12-23
  • 2021-04-01
  • 2021-11-06
  • 2021-09-24
猜你喜欢
  • 2021-09-07
  • 2022-12-23
  • 2021-09-16
  • 2021-10-25
相关资源
相似解决方案