File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed
Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 6464 </execution >
6565 </executions >
6666 </plugin >
67+ <plugin >
68+ <groupId >org.jetbrains.dokka</groupId >
69+ <artifactId >dokka-maven-plugin</artifactId >
70+ <version >2.0.0</version >
71+ <executions >
72+ <execution >
73+ <id >attach-javadoc</id >
74+ <phase >package</phase >
75+ <goals >
76+ <goal >javadocJar</goal >
77+ </goals >
78+ </execution >
79+ </executions >
80+ <configuration >
81+ <sourceDirectories >
82+ <dir >${project.basedir} /src/main/kotlin</dir >
83+ </sourceDirectories >
84+ <skipEmptyPackages >false</skipEmptyPackages >
85+ </configuration >
86+ </plugin >
6787 </plugins >
6888 </build >
6989 <dependencies >
Original file line number Diff line number Diff line change 120120 </execution >
121121 </executions >
122122 </plugin >
123+ <plugin >
124+ <groupId >org.jetbrains.dokka</groupId >
125+ <artifactId >dokka-maven-plugin</artifactId >
126+ <version >2.0.0</version >
127+ <executions >
128+ <execution >
129+ <id >attach-javadoc</id >
130+ <phase >package</phase >
131+ <goals >
132+ <goal >javadocJar</goal >
133+ </goals >
134+ </execution >
135+ </executions >
136+ <configuration >
137+ <sourceDirectories >
138+ <dir >${project.basedir} /src/main/kotlin</dir >
139+ </sourceDirectories >
140+ <skipEmptyPackages >false</skipEmptyPackages >
141+ </configuration >
142+ </plugin >
123143 </plugins >
124144 </build >
125145</project >
You can’t perform that action at this time.
0 commit comments