Post
EN

Maven 배포

기본 프로젝트 생성 후

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.