diff --git a/pom.xml b/pom.xml
index 5fa11f5..e86e8d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,11 +9,58 @@
war
+ 8.1.11.v20130520
+
UTF-8
2.5
compile
-
+
+
+
+
+ org.mortbay.jetty
+ jetty-maven-plugin
+ ${jetty-version}
+
+
+ /api
+
+ target/${project.artifactId}-${project.version}
+ ${project.basedir}/conf/jetty/webdefault.xml
+ 8079
+ stopit
+
+
+ 8080
+ 60000
+ 8443
+
+
+
+
+
+ start-jetty
+ pre-integration-test
+
+ run
+
+
+ 0
+ true
+
+
+
+ stop-jetty
+ post-integration-test
+
+ stop
+
+
+
+
+
+
diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml
index 5c95cd7..370220f 100644
--- a/src/main/webapp/WEB-INF/web.xml
+++ b/src/main/webapp/WEB-INF/web.xml
@@ -46,7 +46,7 @@
MyCustomBootstrap
org.resteasy.MyCustomBootstrap
- 1
+ 2
@@ -56,11 +56,7 @@
api.version
1.0.0
-
- swagger.api.basepath
- http://localhost:8080/resteasy-spring-1
-
- 2
+ 1
\ No newline at end of file