Maven version: 2.0.8
Java version: 1.6.0_02
OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
C:\Software\Java\spring\spring-ws-1.0.3-full\spring-ws-1.0.3\samples\tutorial>mvn jetty:run
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'jetty'.
[INFO] ------------------------------------------------------------------------
[INFO] Building Spring WS Holiday Service Tutorial
[INFO] task-segment: [jetty:run]
[INFO] ------------------------------------------------------------------------
[INFO] Preparing jetty:run
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [jetty:run]
[INFO] Configuring Jetty for project: Spring WS Holiday Service Tutorial
[INFO] Webapp source directory = C:\Software\Java\spring\spring-ws-1.0.3-full\spring-ws-1.0.3\samples\tutorial\src\main\webapp
[INFO] web.xml file = C:\Software\Java\spring\spring-ws-1.0.3-full\spring-ws-1.0.3\samples\tutorial\src\main\webapp\WEB-INF\web.xml
[INFO] Classes = C:\Software\Java\spring\spring-ws-1.0.3-full\spring-ws-1.0.3\samples\tutorial\target\classes
2008-03-27 08:54:00.229::INFO: Logging to STDERR via org.mortbay.log.StdErrLog
[INFO] Context path = /tutorial
[INFO] Tmp directory = determined at runtime
[INFO] Web defaults = org/mortbay/jetty/webapp/webdefault.xml
[INFO] Web overrides = none
[INFO] Webapp directory = C:\Software\Java\spring\spring-ws-1.0.3-full\spring-ws-1.0.3\samples\tutorial\src\main\webapp
[INFO] Starting jetty 6.1.8 ...
2008-03-27 08:54:01.306::INFO: jetty-6.1.8
2008-03-27 08:54:01.413::INFO: No Transaction manager found - if your webapp requires one, please configure one.
2008-03-27 08:54:01.628::INFO: Started SelectChannelConnector@0.0.0.0:8080
[INFO] Started Jetty Server