diff --git a/modules/swagger-codegen/src/main/resources/JavaJaxRS/pom.mustache b/modules/swagger-codegen/src/main/resources/JavaJaxRS/pom.mustache
index f2d2907717f3..9ead2787b3c1 100644
--- a/modules/swagger-codegen/src/main/resources/JavaJaxRS/pom.mustache
+++ b/modules/swagger-codegen/src/main/resources/JavaJaxRS/pom.mustache
@@ -31,7 +31,7 @@
${jetty-version}
- {{^basePath}}/{{/basePath}}{{#basePath}}{{basePath}}{{/basePath}}
+ {{^contextPath}}/{{/contextPath}}{{#contextPath}}{{contextPath}}{{/contextPath}}
target/${project.artifactId}-${project.version}
${project.basedir}/conf/jetty/webdefault.xml
@@ -123,8 +123,17 @@
${servlet-api-version}
+
+
+ sonatype-snapshots
+ https://oss.sonatype.org/content/repositories/snapshots
+
+ true
+
+
+
- 1.5.1-M1
+ 1.5.3-M1-SNAPSHOT
8.1.11.v20130520
1.13
1.6.3