Maven打包错误(001)OS=Windows and the assembly descriptor contains a *nix-specific root-relative-referenc

Maven打包错误(001)OS=Windows and the assembly descriptor contains a *nix-specific root-relative-referenc

因为是在windows上执行assembly任务,但是它包含了相对于linux的路径。

解决方案:将outputDirectory节点直接闭合;或是在linux目录前加一个点。

 


 
    src/main/resources
   
 

或者


 
    src/main/resources
    ./
 


 

你可能感兴趣的:(maven,打包错误)