[java] fix javadoc configuration (#3302)

* [java] fix javadoc configuration

* [java-pkmst-microservice] fix generated javadoc
This commit is contained in:
Jérémie Bresson
2019-07-08 15:25:47 +02:00
committed by William Cheng
parent 3f9e374c8d
commit 3943d1cc9d
20 changed files with 94 additions and 69 deletions

View File

@@ -108,3 +108,7 @@ dependencies {
compile 'org.threeten:threetenbp:1.3.5'
testCompile 'junit:junit:4.12'
}
javadoc {
options.tags = [ "http.response.details:a:Http Response Details" ]
}

View File

@@ -142,17 +142,17 @@
<goals>
<goal>jar</goal>
</goals>
<configuration>
<tags>
<tag>
<name>http.response.details</name>
<placement>a</placement>
<head>Http Response Details:</head>
</tag>
</tags>
</configuration>
</execution>
</executions>
<configuration>
<tags>
<tag>
<name>http.response.details</name>
<placement>a</placement>
<head>Http Response Details:</head>
</tag>
</tags>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>