I downloaded the swagger-samples from 
https://github.com/swagger-api/swagger-samples and tried several of them 
but would not be able to see any of the pet API when browsing to 
localhost:8002.

I noticed that the browser was complaining about not finding some of the js 
libraries and noticed that the index.html inside the webapp folder is 
outdated (it points to older versions of dependencies which are not 
available). Or maybe the pom.xml in the module's folder is outdated (since 
it excludes the index.html downloaded during the build time).

For now, I solved the problem by removing the section

<excludes>

  <exclude>index.html</exclude>

</excludes>

but I am no expert in swagger etc ...

Looks pretty serious since it is discouraging a lot of people which may be 
trying it for the first time, so committers, feel free to take a look.


-- 
You received this message because you are subscribed to the Google Groups 
"Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to