Maurice
2016-07-05 06:58:37 UTC
Building on Windows results in:
[INFO] Reading assembly descriptor: src/main/descriptors/unix-bin.xml
[ERROR] OS=Windows and the assembly descriptor contains a *nix-specific
root-relative-reference (starting with slash) /
[ERROR] OS=Windows and the assembly descriptor contains a *nix-specific
root-relative-reference (starting with slash) /
[ERROR] OS=Windows and the assembly descriptor contains a *nix-specific
root-relative-reference (starting with slash) /
Solution in common-unix-bin.xml
Replace
<outputDirectory>/</outputDirectory>
with
<outputDirectory>${file.separator}</outputDirectory>
--
View this message in context: http://servicemix.396122.n5.nabble.com/Maven-Assembly-descriptor-tp5723836.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.
[INFO] Reading assembly descriptor: src/main/descriptors/unix-bin.xml
[ERROR] OS=Windows and the assembly descriptor contains a *nix-specific
root-relative-reference (starting with slash) /
[ERROR] OS=Windows and the assembly descriptor contains a *nix-specific
root-relative-reference (starting with slash) /
[ERROR] OS=Windows and the assembly descriptor contains a *nix-specific
root-relative-reference (starting with slash) /
Solution in common-unix-bin.xml
Replace
<outputDirectory>/</outputDirectory>
with
<outputDirectory>${file.separator}</outputDirectory>
--
View this message in context: http://servicemix.396122.n5.nabble.com/Maven-Assembly-descriptor-tp5723836.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.