Changes between Version 1 and Version 2 of 배포
- 날짜/시간:
- 2012-08-20 PM 8:52:09 (13 년 전)
Legend:
- 변경되지 않음
- 추가됨
- 제거됨
- 변경됨
-
배포
v1 v2 44 44 }}} 45 45 * 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 }}}