[Java] Add maven-javadoc-plugin in pom.xml of generated Java client.#3482
[Java] Add maven-javadoc-plugin in pom.xml of generated Java client.#3482wing328 merged 1 commit intoswagger-api:masterfrom cliffano:master
Conversation
|
@cliffano the change looks good to me. Do you mind adding the plugin to the following Java pom.mustache as well? https://github.com/swagger-api/swagger-codegen/blob/master/modules/swagger-codegen/src/main/resources/Java/libraries/feign/pom.mustache (Starting from 2.2.0, we've changed the default Java API client from using Jersey 1.x to using okhttp-gson instead) |
|
@cliffano PR merged. When you've time, please update the pom.xml for other Java API client. |
|
Sorry, was away yesterday. |
This plugin would allow the generation of Javadoc from the generated Java client using
mvn javadoc:javadoc, making it easier to document the Java client API.