Declare custom javadoc tags
Declaring javadoc tags in the configuration for maven-javadoc-plugin resolves several build warnings that appeared when using the sonatype-oss-release profile. Change-Id: I1be6950dd43fe844107a7f23381f5d7b20fe2935
This commit is contained in:
14
pom.xml
14
pom.xml
@@ -605,6 +605,20 @@
|
|||||||
<version>2.9.1</version>
|
<version>2.9.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<quiet>true</quiet>
|
<quiet>true</quiet>
|
||||||
|
<tags>
|
||||||
|
<tag>
|
||||||
|
<name>parameter</name>
|
||||||
|
<placement>Xf</placement>
|
||||||
|
</tag>
|
||||||
|
<tag>
|
||||||
|
<name>goal</name>
|
||||||
|
<placement>Xt</placement>
|
||||||
|
</tag>
|
||||||
|
<tag>
|
||||||
|
<name>configurator</name>
|
||||||
|
<placement>Xt</placement>
|
||||||
|
</tag>
|
||||||
|
</tags>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user