Index: README.txt =================================================================== --- README.txt (revision 219654) +++ README.txt (working copy) @@ -9,7 +9,9 @@ into your maven repository. If this is not the case, go back to the root project and launch - maven jar:install + api: maven jar:install + commons: maven jar:install + core: maven jar:install which will build and copy Jackrabbit into ~/.maven/repository/jackrabbit/jars @@ -18,3 +20,18 @@ maven jar:install which will build and copy jcr-rmi to ~/.maven/repository/jcr-rmi/jars + +After building all dependencies one can build the actual server webapp + + cd webdav + maven jar:install + + cd ../server + maven jar:install + + cd ../client + maven jar:install + + cd ../webapp + maven +