So... like the README said, I added the plugin snippet to the pom.xml.
I added it in
<project
...
<build>
<plugins>
>>> HERE <<<
Is that right?
I also got the following warning:
Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-javadoc-plugin:2.10.4:javadoc
(execution: default, phase: process-classes)
By simply running the project (using spring boot), I still see no javadoc being used in swagger descriptions. I guess I'm missing a step but I'm a bit in the dark here. Could anyone please point me in the right direction?
So... like the README said, I added the
pluginsnippet to thepom.xml.I added it in
Is that right?
I also got the following warning:
(execution: default, phase: process-classes)
By simply running the project (using spring boot), I still see no javadoc being used in swagger descriptions. I guess I'm missing a step but I'm a bit in the dark here. Could anyone please point me in the right direction?