Maven 배포 Posted Feb 17, 2016 By audtjddld 1 min read 기본 프로젝트 생성 후 MAVEN -> pom.xml 내에 4.0.0 com.tistory.stove99 DeployTest 0.0.1-SNAPSHOT war org.apache.maven.plugins maven-war-plugin 2.1.1 src/main/webapp src/main/webapp/WEB-INF/web.xml org.codehaus.mojo tomcat-maven-plugin 1.1 http://127.0.0.1:8080/manager / admin test 이후 기존에 배포할려고 했던 프로젝트의 와 등을 에 등록시켜 놓으면 된다. 그리고 을 이용해서 원격 및 로컬 주소 등을 설정 할 수 있다. 경험 및 정보 공유 This article is licensed under CC BY 4.0 by the author. Share