war:inplace
target dir 뿐만 아니라 main webapp 디렉토리에 library jar 와 class 파일들이 생성된다.
mvn install - target 디렉토리에만 lib , classes가 생성
/Spring Project/eno-spring/webapp/WEB-INF : jsp, web-config, web.xml
/Spring Project/eno-spring/target/eno-spring/WEB-INF : classes, jsp, lib, web-config, web.xml
mvn install war:inplace - webapp 디렉토리에도 lib , classes가 생성
/Spring Project/eno-spring/webapp/WEB-INF : classes, jsp, lib, web-config, web.xml
댓글 없음:
댓글 쓰기