Skip to content
Snippets Groups Projects
README 688 B
Newer Older
Alexander Dreweke's avatar
Alexander Dreweke committed
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)
=========================================================
Alexander Dreweke's avatar
Alexander Dreweke committed
- 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/