Closed draeger closed 6 years ago
What is the assembly.xml
for? Never saw this before?
Maven's assembly plugin can use the description in this file for more complex build processes when executing the package
process. See the description here.
This issue was moved to draeger-lab/SBSCL#16
The file
assembly.xml
should not be located in the project's root directory, but insrc/assembly
. Please make sure it is used during the build process by thepom.xml
file.