...
You can also find some additional deployment profiles that use specific configuration files in the directory qcadoo-src/mes/mes-application/conf. To use a profile add the following argument when executing maven: -Dprofile=profile_name.
For example the developer binary release of qcadoo is build using -Ptomcat argument. This is done using the below command in the directory qcadoo-src/mes:
...
the above will build the binary distribution to the qcadoo-src/mes/mes-application/tomcat-archiver/mes-application directory.
There is also possibilty to build open source binary release. This is done using the below command in the directory qcadoo-src/mes:
mvn clean install -Ptomcat -Dprofile=release
For developer testing you might want to also just run the build on jetty. To do this just use the following command:
...