Author: tchemit Date: 2012-08-28 18:22:16 +0200 (Tue, 28 Aug 2012) New Revision: 3644 Url: http://chorem.org/repositories/revision/pollen/3644 Log: change jetty key (to make possible to run default server an dit one at the same time) Modified: trunk/pollen-ui-struts2/pom.xml Modified: trunk/pollen-ui-struts2/pom.xml =================================================================== --- trunk/pollen-ui-struts2/pom.xml 2012-08-27 19:00:59 UTC (rev 3643) +++ trunk/pollen-ui-struts2/pom.xml 2012-08-28 16:22:16 UTC (rev 3644) @@ -348,8 +348,8 @@ <groupId>org.mortbay.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> <configuration> - <stopKey>A</stopKey> - <stopPort>1269</stopPort> + <stopKey>B</stopKey> + <stopPort>1270</stopPort> <contextXml>${basedir}/src/jetty/jetty-context.xml</contextXml> <webAppConfig> <contextPath>/${defaultWebContextPath}</contextPath>