Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 355 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 355 Bytes

jag-file-submission backend

A Collection of server side service to facilitate file upload

build

Profile all

this profile will build all projects (apps + libs)

mvn clean install -P all

Profile libs

this profile will build only library modules

mvn clean install -P libs

test

mvn clean verify -P all