

1. Setting your System Path
	Add the directory "W:\05_tools\_bin" prmanently to the system path. 
	(My Computer >> Properties >> Advanced >> Envrionment Variables >> System Variables)
	
2. Maven

	2.1 clean up
		mvn -e clean
	2.2 build all
		mvn -e install
	2.3 first deploy
		mvn -e -o -P dep install
	2.4 redeploy
		mvn -e -o -P remote install
	