File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change 154
154
<plugin >
155
155
<artifactId >maven-javadoc-plugin</artifactId >
156
156
<version >3.10.0</version >
157
- <executions >
158
- <execution >
159
- <id >dokka-jar</id >
160
- <phase >package</phase >
161
- <goals >
162
- <goal >jar</goal >
163
- </goals >
164
- <configuration >
165
- <classifier >dokka</classifier >
166
- <javadocDirectory >${project.build.directory} /dokka</javadocDirectory >
167
- </configuration >
168
- </execution >
169
- </executions >
170
157
</plugin >
171
158
<plugin >
172
159
<artifactId >maven-jar-plugin</artifactId >
200
187
<phase >prepare-package</phase >
201
188
<goals >
202
189
<goal >dokka</goal >
203
- <goal >javadoc</goal >
204
190
<goal >javadocJar</goal >
205
191
</goals >
206
192
</execution >
207
193
</executions >
194
+ <configuration >
195
+ <reportUndocumented >true</reportUndocumented >
196
+ </configuration >
208
197
</plugin >
209
198
<plugin >
210
199
<groupId >org.jetbrains.kotlin</groupId >
You can’t perform that action at this time.
0 commit comments