Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
4.0.0
-
None
-
Turing Sprint 136
Description
When using the "dist" profile warnings are logged about configuration in the distribution.xml file that is used by the assembly plugin.
[WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /webapps
[WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /conf
To prevent the warnings, in all folder configurations of the <outputDirectory> the starting / must be removed. I tried it on mac os 10.11.6 and it worked: the archive was assembled in the same way.