File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 151
151
</execution >
152
152
</executions >
153
153
</plugin >
154
- <plugin >
155
- <artifactId >maven-javadoc-plugin</artifactId >
156
- <version >3.10.0</version >
157
- </plugin >
158
154
<plugin >
159
155
<artifactId >maven-jar-plugin</artifactId >
160
156
<version >3.4.2</version >
168
164
</manifestEntries >
169
165
</archive >
170
166
</configuration >
167
+ <executions >
168
+ <execution >
169
+ <id >dokka-jar</id >
170
+ <phase >package</phase >
171
+ <goals >
172
+ <goal >jar</goal >
173
+ </goals >
174
+ <configuration >
175
+ <classifier >javadoc</classifier >
176
+ <classesDirectory >${project.build.directory} /dokka</classesDirectory >
177
+ <skipIfEmpty >true</skipIfEmpty >
178
+ </configuration >
179
+ </execution >
180
+ </executions >
171
181
</plugin >
172
182
<plugin >
173
183
<artifactId >maven-compiler-plugin</artifactId >
187
197
<phase >prepare-package</phase >
188
198
<goals >
189
199
<goal >dokka</goal >
190
- <goal >javadocJar</goal >
200
+ <!-- goal>javadocJar</goal-- >
191
201
</goals >
192
202
</execution >
193
203
</executions >
You can’t perform that action at this time.
0 commit comments