ソースを参照

Modified configuration of jetty plugin to do automatic re-deploy. Set scan interval to 10 sec

jorgen_falk 18 年 前
コミット
671175a783
共有1 個のファイルを変更した3 個の追加0 個の削除を含む
  1. 3
    0
      dddsample/pom.xml

+ 3
- 0
dddsample/pom.xml ファイルの表示

@@ -78,6 +78,9 @@
78 78
       <plugin>
79 79
         <groupId>org.mortbay.jetty</groupId>
80 80
         <artifactId>maven-jetty-plugin</artifactId>
81
+        <configuration>
82
+          <scanIntervalSeconds>10</scanIntervalSeconds>
83
+        </configuration>
81 84
       </plugin>
82 85
     </plugins>
83 86
   </build>