Web application framework mainly for bioinformatic developers to publish their tools with an user-friendly web interface.
https://github.com/BiBiServ/Development-Guidelines
dependency: >= Maven 3.3.9
Run
mvn package
We decided that all modules should have the same version as the parent module. By using the below command in the project root you can update all child modules at once.
mvn versions:set -DnewVersion=<version>
where
- version = 2.1.0.alpha.2