Aggregates all BMS modules and provides template configuration for building.
Clone the repo and submodules in the same directory. Follow installation instructions in BMS Manual setup
Setup database connection properties (db.host, etc.) in template/application.properties.
Build BMS modules:
mvn clean install -DskipTests -Duser.name=templateOr you can copy the template directory to a folder named as your system user name and simply run
mvn clean install -DskipTests On successful build, .war files will be created in target folder under each web application project directory.
Deploy .war files to tomcat/webapp folder.
- Enable tests