From fd72ff56bf7a408000fa0a4dbb7f8a81cf6ef499 Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Mon, 16 Mar 2015 20:54:01 -0700 Subject: [PATCH] fixed context path --- .../src/main/resources/JavaJaxRS/pom.mustache | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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