<build>
        <finalName>shiroweb</finalName>
        <plugins>
            <plugin>
                <groupId>org.mortbay.jetty</groupId>
                <artifactId>maven-jetty-plugin</artifactId>
                <version>6.1.10</version>
                <configuration>
                    <encoding>UTF-8</encoding>
                    <scanIntervalSeconds>10</scanIntervalSeconds>
                    <stopKey>foo</stopKey>
                    <stopPort>9999</stopPort>
                </configuration>
                <executions>
                    <execution>
                        <id>start-jetty</id>
                        <phase>pre-integration-test</phase>
                        <goals>
                            <goal>run</goal>
                        </goals>
                        <configuration>
                            <scanIntervalSeconds>0</scanIntervalSeconds>
                            <daemon>true</daemon>
                        </configuration>
                    </execution>
                    <execution>
                        <id>stop-jetty</id>
                        <phase>post-integration-test</phase>
                        <goals>
                            <goal>stop</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>org.mortbay.jetty</groupId>
                <artifactId>jetty-maven-plugin</artifactId>
                <version>8.1.5.v20120716</version>
                <configuration>
                    <stopPort>9966</stopPort>
                    <stopKey>foo</stopKey>
                    <scanIntervalSeconds>10</scanIntervalSeconds>
                    <webApp>
                        <contextPath>/shiroweb</contextPath>
                    </webApp>
                </configuration>
            </plugin>
        </plugins>
    </build>

最新文章

  1. Atitit Data Matrix dm码的原理与特点
  2. EF架构~CodeFirst模型下的数据初始化
  3. Winform中checklistbox控件的常用方法
  4. 苹果系统直接读写 ntfs 磁盘
  5. 去处HTML标签
  6. 终端I/O之终端窗口的大小
  7. Elasticsearch 学习~
  8. oracle 对象上锁,不能插入或删除情况
  9. bindiff 4.2使用
  10. ssh远程登录Ubuntu报错:Permission denied, please try again.
  11. Thread Join()的用法
  12. layPage异步分页
  13. 1.1 java学习网站
  14. “《编程珠玑》(第2版)第2章”:A题(二分搜索)
  15. springboot~lombok使用总结
  16. 射线法(1190 - Sleepwalking )
  17. 【吴恩达课后编程作业】第二周作业 - Logistic回归-识别猫的图片
  18. NET npoi 保存文件
  19. PostgreSQL索引页
  20. ubuntu 发送邮件

热门文章

  1. 【转】Map/Reduce简介
  2. Java和C#中神奇的String
  3. kubeadm安装k8s测试环境
  4. BZOJ3166 [Heoi2013]Alo 【可持久化trie树 + 二分 + ST表】
  5. 报错:3 字节的 UTF-8 序列的字节 3 无效。
  6. 【04】Vue 之 事件处理
  7. java--Eclipse for mac 代码提示(代码助手,代码联想)快捷键修改
  8. libc++abi.dylib`__cxa_throw: 使用[AVAudioPlayer play]会产生__cxa_throw异常
  9. spring一些总结
  10. 如何得知 GIC 的所有中斷