Skip to content
This repository was archived by the owner on Jan 5, 2025. It is now read-only.

Commit 4f78fa1

Browse files
authored
Merge pull request #132 from mdht/develop
Merge master into develop for Official 20180531 Release
2 parents 5f00072 + c84e844 commit 4f78fa1

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

pom.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,30 @@
6262
</dependency>
6363
</dependencies>
6464
</plugin>
65+
<plugin>
66+
<groupId>org.apache.maven.plugins</groupId>
67+
<artifactId>maven-javadoc-plugin</artifactId>
68+
<version>3.0.1</version>
69+
<configuration>
70+
<tags>
71+
<tag>
72+
<name>model</name>
73+
<placement>a</placement>
74+
<head>Model</head>
75+
</tag>
76+
<tag>
77+
<name>generated</name>
78+
<placement>a</placement>
79+
<head>Generated code</head>
80+
</tag>
81+
<tag>
82+
<name>ordered</name>
83+
<placement>a</placement>
84+
<head>Ordered</head>
85+
</tag>
86+
</tags>
87+
</configuration>
88+
</plugin>
6589
</plugins>
6690
</pluginManagement>
6791
</build>

0 commit comments

Comments
 (0)