报错详情

[INFO] Reading assembly descriptor: src/assembly/assembly.xml
[ERROR] OS=Windows and the assembly descriptor contains a *nix-specific root-relative-reference (starting with slash) /
12

解决方案:

<fileSets><fileSet><directory>${basedir}/src/main/resources</directory><outputDirectory>/</outputDirectory></fileSet>
</fileSets>
123456

更改为

(建议使用)
<fileSets><fileSet><directory>${basedir}/src/main/resources</directory><outputDirectory>${file.separator}</outputDirectory></fileSet>
</fileSets>
1234567

或者

<fileSets><fileSet><directory>${basedir}/src/main/resources</directory><outputDirectory>.</outputDirectory></fileSet>
</fileSets>

OS=Windows and the assembly descriptor contains a *nix-specific root-relative-reference 错误相关推荐

  1. OS=Windows and the assembly descriptor contains a *nix-specific root-relative-reference (starting wi

    文章目录 问题maven打包报错 解决 问题maven打包报错 OS=Windows and the assembly descriptor contains a *nix-specific root ...

  2. OS=Windows OS=Windows and the assembly descriptor contains a *nix-specific root-relative-reference

    在使用Maven打包时,报错: [ERROR] OS=Windows and the assembly descriptor contains a *nix-specific root-relativ ...

  3. ActiveState Komodo IDE v5.2.1.34168 最新版for Linux/Mac OS/Windows 全5大平台

    ActiveState Komodo IDE v5.2.1.34168 最新版for Linux/Mac OS/Windows 全5大平台 转载于:https://www.cnblogs.com/ga ...

  4. (原創) 如何自行在ThinkPad X61安裝Windows XP Professional SP3? (NB) (ThinkPad) (X61) (OS) (Windows)...

    Abstract 新一代的ThinkPad X61都已經安裝了Windows Vista,或許你因為各種理由想自己重新安裝Windows XP,並且升上SP3,本文是我的安裝心得. Introduct ...

  5. windows安装Apache,注册服务出现“(OS 5)拒绝访问。 : AH00369: Failed to open the WinNT service manager...错误

    windows安装Apache,注册服务出现"(OS 5)拒绝访问. : AH00369: Failed to open the WinNT service manager..." ...

  6. (原創) 如何正確安裝ThinkPad Travel UltraNav USB Keyboard驅動程式? (NB) (ThinkPad) (OS) (Windows)...

    Abstract俗稱外接小紅點鍵盤,若要能順利地取代ThinkPad原來鍵盤的所有功能,需要一些小技巧. Introduction使用環境:Windows XP Professional SP3 鍵盤 ...

  7. (原創) 如何讓ThinkPad X61在32位元Windows XP『用』到4GB記憶體? (NB) (ThinkPad) (OS) (Windows)...

    Abstract 由於記憶體便宜,不少人購買新NB時,基於一次到位原則,一次將X61的記憶體加到4GB攻頂,雖然X61的硬體抓的到4GB,但卻沒保證軟體的作業系統可以抓到4GB,只要是32位元的Win ...

  8. (原創) 如何讓ThinkPad X61在32位元Windows XP『用』到4GB記憶體? (NB) (ThinkPad) (OS) (Windows)

    原文地址为: (原創) 如何讓ThinkPad X61在32位元Windows XP『用』到4GB記憶體? (NB) (ThinkPad) (OS) (Windows) Abstract 由於記憶體便 ...

  9. (原創) 如何優化ThinkPad X61開機速度? (NB) (ThinkPad) (X61) (OS) (Windows)

    AbstractThinkPad預設載入很多工具程式,導致開機速度緩慢,假如你也在猶豫哪些改載入?哪些該刪除?你可以參考我的設定. Introduction 使用環境:ThinkPad X61 BE8 ...

最新文章

  1. 合肥工业大学—SQL Server数据库实验八:使用聚集函数的SELECT语句
  2. 使用 Smartmontools 检测硬盘坏道
  3. 《STM32库开发实战指南:基于STM32F103(第2版)》——2.1节仿真器简介
  4. DaVinci Resolve 16中文版
  5. 期末不挂科のJAVA
  6. 第二章:二分和前缀和 【完结】
  7. 自定义 ocelot 中间件输出自定义错误信息
  8. 【汇编语言】(王爽)实验4解答
  9. 百分百成功的ros安装教程,有手就能看懂!!!
  10. 数据库设计 | 需求分析
  11. 对Kindle进行可用性研究
  12. nginx配置多个域名转向80端口
  13. 逆向看C++ new申请堆对象的构造,析构函数调用
  14. 网盘下载速度太慢的话请看这里!
  15. c语言商场收款程序,c语言 如何用switch语句编写一个有关商场购物金额优惠的选择程式...
  16. 从一个实例中学习DTW算法
  17. 三轮DES差分攻击(免费完整代码)
  18. RIM任松伟 黑莓引领企业移动化主题演讲
  19. 十大热门的大数据技术
  20. C语言:输入一串字符串,统计字符串中有多少个数字

热门文章

  1. STM32 驱动温湿度传感器 HTU21D
  2. 卡、千卡、大卡、卡路里、千焦是什么关系?
  3. 设计模式基于C#的实现与扩展——创建型模式(三)
  4. 数据分析师说他们每天都在干什么
  5. idea为什么格式化快捷键ctrl+shift+l用不了
  6. 分布式服务架构的设计方案上—分布式基础理论知识
  7. matlab 使用svm进行分类含实例代码(适用于二分类和多分类)
  8. uniapp页面路由传参
  9. 【每日一练】python实现九宫格数独小游戏
  10. 牛顿插值c语言分析作业,牛顿插值函数C语言程序实现