-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Milestone
Description
From @cosbor11 on June 27, 2015 0:44
Steps to reproduce:
- Enter a valid swagger 2.0 json spec into the editor
- Go to Generate Server > JaxRS
- Download zip and unpack
- Build the project
- Run the
java -jar swagger-jaxrs-server-1.0.0.jar
command
- ISSUE: The server doesn't start. Gives this message:
no main manifest attribute, in swagger-jaxrs-server-1.0.0.jar
Also, the pom does not reference any MainClass
Also, there is no README.md or guide to starting this server anywhere.
Ideally, I'd like to start this in a tomcat container, but it looks like it's intended to have an embedded jetty server, How is this skeleton intended to be used?
-C
Copied from original issue: swagger-api/swagger-editor#516