fix for maven build Error message on windows

[ERROR] OS=Windows and the assembly descriptor contains a *nix-specific root-relative-reference (starting with slash) /

Signed-off-by: qxo <qxodream@gmail.com>
This commit is contained in:
qxo
2019-09-01 15:17:34 +08:00
committed by Julien Viet
parent 71104acbe1
commit 8a31a0a6aa

View File

@@ -9,7 +9,7 @@
<fileSets>
<fileSet>
<directory>${project.build.directory}/asciidoc</directory>
<outputDirectory>/</outputDirectory>
<outputDirectory>./</outputDirectory>
</fileSet>
</fileSets>
</assembly>