...
In your command line go to Qcadoo's source folder and qcadoo-src/qcadoo directoryand type:
Code Block |
---|
mvn test install |
and to the same in the qcadoo-src/mes directory.
This may take quite a while as out current build process has a lot of maven plugins which will be downloaded at first. On a clean OS install even up to 30 min depending on your Internet connection.
...