shalinshah1993 / SBSCL

The Systems Biology Simulation Core Library (SBSCL) provides an efficient and exhaustive Java implementation of methods to interpret the content of models encoded in the Systems Biology Markup Language (SBML) and its numerical solution.
https://draeger-lab.github.io/SBSCL/
GNU Lesser General Public License v3.0
0 stars 2 forks source link

Move the assembly file to the source folder #48

Closed draeger closed 6 years ago

draeger commented 6 years ago

The file assembly.xml should not be located in the project's root directory, but in src/assembly. Please make sure it is used during the build process by the pom.xml file.

matthiaskoenig commented 6 years ago

What is the assembly.xml for? Never saw this before?

draeger commented 6 years ago

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.

shalinshah1993 commented 6 years ago

Fixed this. https://github.com/shalinshah1993/SBSCL/commit/53128fbffd5435aeb57a7e0e436c54fd78f441b2

shalinshah1993 commented 6 years ago

This issue was moved to draeger-lab/SBSCL#16