Changes between Version 1 and Version 2 of 배포

차이점 주위로
다음 차이점은 무시하기:
작성자:
anonymous (IP: 221.150.127.103)
날짜/시간:
2012-08-20 PM 8:52:09 (13 년 전)
설명:

--

Legend:

변경되지 않음
추가됨
제거됨
변경됨
  • 배포

    v1 v2  
    4444}}} 
    4545  * pom.xml 
     46{{{ 
     47<plugins> 
     48        <plugin> 
     49                <groupId>org.codehaus.mojo</groupId> 
     50                <artifactId>tomcat-maven-plugin</artifactId> 
     51                <version>1.1</version> 
     52                <configuration> 
     53                        <url>http://221.150.127.106:8080/manager/html</url> 
     54                        <path>/nexus</path> 
     55                        <username>admin</username> 
     56                        <password></password> 
     57                </configuration> 
     58        </plugin> 
     59</plugins> 
     60}}}