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/03/14 18:17:49 UTC

svn commit: r1577614 - /myfaces/tobago/trunk/tobago-example/pom.xml

Author: lofwyr
Date: Fri Mar 14 17:17:49 2014
New Revision: 1577614

URL: http://svn.apache.org/r1577614
Log:
revert port 7080, using default 8080 for the examples

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=1577614&r1=1577613&r2=1577614&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/pom.xml Fri Mar 14 17:17:49 2014
@@ -41,6 +41,7 @@
         <groupId>org.mortbay.jetty</groupId>
         <artifactId>jetty-maven-plugin</artifactId>
         <!-- use this to change the port-->
+<!--
           <configuration>
             <connectors>
               <connector implementation="org.eclipse.jetty.server.nio.SelectChannelConnector">
@@ -48,7 +49,7 @@
               </connector>
             </connectors>
           </configuration>
-
+-->
       </plugin>
       <plugin>
         <!-- usage: mvn clean package tomee:run -Djsf=provided -->