You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2014/07/16 09:42:54 UTC

svn commit: r1610924 - in /myfaces/tobago/trunk/tobago-example: pom.xml src/test/jetty/

Author: lofwyr
Date: Wed Jul 16 07:42:54 2014
New Revision: 1610924

URL: http://svn.apache.org/r1610924
Log:
jetty: overrideDescriptor doesn't work with jetty:run-exploded

Removed:
    myfaces/tobago/trunk/tobago-example/src/test/jetty/
Modified:
    myfaces/tobago/trunk/tobago-example/pom.xml

Modified: myfaces/tobago/trunk/tobago-example/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/pom.xml?rev=1610924&r1=1610923&r2=1610924&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/pom.xml Wed Jul 16 07:42:54 2014
@@ -83,9 +83,6 @@
           -->
           <configuration>
             <scanIntervalSeconds>5</scanIntervalSeconds>
-            <webApp>
-              <overrideDescriptor>../src/test/jetty/jetty-override-web.xml</overrideDescriptor>
-            </webApp>
           </configuration>
         </plugin>
       </plugins>