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 -- *Eranda Sooriyabandara * E-mail: eranda.sooriyabandara AT gmail.com Mobile: +94 716 472 816 Linked-In: http://www.linkedin.com/in/erandasooriyabandara Blog: http://emsooriyabandara.blogspot.com/
