You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2008/02/26 08:31:58 UTC

svn commit: r631112 - /myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml

Author: matzew
Date: Mon Feb 25 23:31:56 2008
New Revision: 631112

URL: http://svn.apache.org/viewvc?rev=631112&view=rev
Log:
added jetty profile

Modified:
    myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml?rev=631112&r1=631111&r2=631112&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml Mon Feb 25 23:31:56 2008
@@ -143,6 +143,22 @@
   </dependencies>
 
   <profiles>
+     <profile>
+       <id>jettyConfig</id>
+       <build>
+         <plugins>
+           <plugin>
+             <groupId>org.mortbay.jetty</groupId>
+             <artifactId>maven-jetty-plugin</artifactId>
+             <version>6.1.7</version>
+             <configuration>
+               <scanIntervalSeconds>10</scanIntervalSeconds>
+             </configuration>
+           </plugin>
+        </plugins>
+      </build>
+    </profile>
+
     <!-- By default the war examples use myfaces! :) -->
     <profile>
       <id>myfaces</id>