wind-cold 发表于 2018-11-22 13:53:17

failed to execute goal org apache maven plugins maven surefire plugin 2.7 1 test

  默认使用平台编码进行过滤resources 可以强制指定:
  
  
  UTF-8
  UTF-8
  
  

  指定编译class的字符集
  
  
  org.apache.maven.plugins
  maven-compiler-plugin
  
  UTF-8
  
  
  native2asci插件,过滤properties (可选)

  
  
  org.codehaus.mojo
  native2ascii-maven-plugin
  1.0-alpha-1
  
  
  generate-resources
  
  native2ascii
  
  
  UTF-8
  资源文件源
  资源文件目标
  
  
  
  
  


  可以强制指定maven-surefire-plugin插件版本
  
  
  
  
  org.apache.maven.plugins
  maven-surefire-plugin
  2.10
  
  
  **/*Test.java 只包含测试类
  
  
  
  
  
  





页: [1]
查看完整版本: failed to execute goal org apache maven plugins maven surefire plugin 2.7 1 test