Revision 38:346f2a2fb939 pom.xml

View differences:

pom.xml
46 46
							<connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
47 47
								<port>9090</port>
48 48
								<maxIdleTime>60000</maxIdleTime>
49
								<threadPool>150</threadPool>
50 49
							</connector>
51 50
						</connectors>
52 51
						<stopPort>9005</stopPort>
53 52
						<stopKey>STOP</stopKey>
54 53
						<contextPath>${project.artifactId}</contextPath>
54
						<jettyConfig>target/classes/jetty.xml</jettyConfig>
55 55
					</configuration>
56 56
				</plugin>
57 57
			</plugins>
......
425 425
								</goals>
426 426
							</execution>
427 427
						</executions>
428
					</plugin> 
428
					</plugin>
429 429
					<plugin>
430 430
						<groupId>org.codehaus.mojo</groupId>
431 431
						<artifactId>exec-maven-plugin</artifactId>

Also available in: Unified diff