-
이클립스 프로젝트 우클릭 > Maven -> Update Project Configuration http://nuninaya.tistory.com/599
디버깅하다보면 class 파일만 있고 source파일이 없어서 짜증날때가 있따..그럴때 아래와 같이 해준다... http://stackoverflow.com/questions/310720/get-source-jar-files-attached-to-eclipse-for-maven-managed-dependencies
잊지말자 mvn clean package -P dev(or stage or real) http://chidoo74.blog.me/10106096048