Newer
Older
general
=======
- All files (beside binary and windows only files) use UNIX line separator (\n).
- File encoding is UTF-8
maven (https://maven.apache.org)
================================
# remove all artifacts from previous builds
$> mvn clean
# compile and test project
$> mvn install
# *only* compile project
$> mvn install -DskipTests=true
litmus tests (https://gitlab.shadowhunt.de/mirror/litmus)
=========================================================
- basic, copy_move and props tests are automated through unit tests
- lock tests must be run via litmus binary
- accepted results are located in assets/litmus.txt
$> mvn jetty:run
$> litmus -k http://127.0.0.1:8080/webdav/