Merge "Declare custom javadoc tags"
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