<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.lj.hotmaven</groupId>
<artifactId>hotmaven</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>war</packaging>
<name>user-web Maven Webapp</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5.20110712</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<configuration>
<scanIntervalSeconds>10</scanIntervalSeconds>
<webApp>
<contextPath>/hello</contextPath>
</webApp>
<connectors>
<connector implementation="org.eclipse.jetty.server.nio.SelectChannelConnector">
<port>8787</port>
<maxIdleTime>60000</maxIdleTime>
</connector>
</connectors>
</configuration>
</plugin>
</plugins>
详细解决方案
关于maven和jetty的hot redeploy有关问题
热度:36 发布时间:2016-04-21 22:36:06.0
相关解决方案
- maven 到底如何用阿?小弟我在网下看了,还是不会用阿
- 求大神指路 jsp maven spring restful,该怎么处理
- 搞了两天了,maven target/classes(回绝访问。)
- Maven 项目的dependency拷贝不出来解决办法
- eclipse 调整 jetty 调试
- Maven 装配 Eclipse3.7插件
- Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:该怎么处理
- Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:该如何解决
- maven pom.xml 详解(诠释版)
- 继续集成hudson-maven-sonar-svn
- Junit+Selenium+Maven+SVN+Eclipse+AutoFrame全自动化测试实践范例(一)
- Eclipse增添SVN、Maven 插件
- Jenkins+Maven+SVN高速搭建持续集成环境
- nexus maven svn 开发环境筹建
- Maven+Jenkins+Svn+Tomcat快速部署下手指南
- CruiseControl+Maven+SVN 配备
- 【转载】Hudson+Maven+SVN 高速搭建持续集成环境
1.Maven Dependency
- Comet-Jetty(一)CometD Design and Go through document
- Comet Jetty(二)Go through the document
- (zz)jetty 运行时怎么修改css html等文件
- maven 兑现JS+CSS自动压缩
- Multiple annotations found at this line: Missing artifact org.mortbay.jetty:jet
- Eclipse使用Maven创建Web时异常:Could not resolve archetype org.apache.maven.archetypes
- WebSocket +Jetty+jQuery 实现服务器消息推送例证
- maven 配置web项目时遇到的一些有关问题
- maven 构建web项目时war姓名由什么决定
- Maven 创办web项目
- maven 配备例子
- web项目调度(maven+ice)