Hi Eranda, normally I use:
mvn clean install -DskipTests=true that would be enough... Thanks for point us such deatil. I'll fix it in the documentation. Best, Sergio On 20/07/13 08:10, Eranda Sooriyabandara wrote:
Hi Devs, I followed your installation guide and in the Installation (source) section it says that you can use following command to skip the tests. "mvn clean install -DskipTests -Dmaven.test.skip=true" But it should be one of the following. "mvn clean install -DskipTests" "mvn clean install -Dmaven.test.skip=true" Not both of the arguments needed for skipping the tests. thanks Eranda
-- Sergio Fernández
