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 2015/04/23 15:56:38 UTC

svn commit: r1675617 - /myfaces/tobago/branches/tobago-3.0.x/tobago-example/pom.xml

Author: lofwyr
Date: Thu Apr 23 13:56:38 2015
New Revision: 1675617

URL: http://svn.apache.org/r1675617
Log:
Merge from trunk
TOBAGO-1455: Updating examples to Jetty 9

Modified:
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/pom.xml

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/pom.xml?rev=1675617&r1=1675616&r2=1675617&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/pom.xml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/pom.xml Thu Apr 23 13:56:38 2015
@@ -184,39 +184,6 @@
     </profile>
 
     <profile>
-      <id>ssl</id>
-      <!--
-       Use
-
-         mvn -P ssl jetty:run
-
-       to run the jetty using https, this should work in every example. But need to have the parent example folder
-       checked out.
-       -->
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.mortbay.jetty</groupId>
-            <artifactId>jetty-maven-plugin</artifactId>
-            <configuration>
-              <connectors>
-                <connector implementation="org.eclipse.jetty.server.ssl.SslSocketConnector">
-                  <port>1443</port>
-                  <maxIdleTime>30000</maxIdleTime>
-                  <keystore>../src/test/resources/jettykeystore</keystore>
-                  <password>xxxxxx</password>
-                  <keyPassword>xxxxxx</keyPassword>
-                </connector>
-              </connectors>
-              <stopKey>stopKey</stopKey>
-              <stopPort>9999</stopPort>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-
-    <profile>
       <id>jsf-provided</id>
       <activation>
         <property>