Swagger2Markup / swagger2markup-maven-project-template

This is a Swagger2Markup Maven template project which uses the swagger2markup-maven-plugin to convert a contract-first Swagger specification into an AsciiDoctor-based HTML documentation.
50 stars 47 forks source link

swagger2markup plugin isn't triggered #2

Closed pgtelus closed 8 years ago

pgtelus commented 8 years ago

HI Rob, I'm not overly familiar with maven so I don't know if this is WAI or not. I would have expected "mvn clean install" would generated the HTML / PDF sample doc. However, it doesn't ... I have to manually run the swagger2markup goal "mvn swagger2markup:conertSwagger2markup" first. After that "mvn install" generates the HTML / PDF docs.

Thanks for your efforts here, I expect this tool is going to be very helpful!

pgtelus commented 8 years ago

This diff makes it work as I would have expected.

patch.txt

RobWin commented 8 years ago

Hi, thx. Could you please create a Pull Request with your change? If you are new to GitHub, see https://help.github.com/articles/using-pull-requests/.

If you like and use Swagger2markup, we would love to get your GitHub Stars.

pgtelus commented 8 years ago

np, done