File tree Expand file tree Collapse file tree 1 file changed +4
-24
lines changed Expand file tree Collapse file tree 1 file changed +4
-24
lines changed Original file line number Diff line number Diff line change 1515
1616 <artifactId >axon-kotlin-test</artifactId >
1717
18+ <properties >
19+ <dokka .skip>false</dokka .skip>
20+ </properties >
21+
1822 <dependencies >
1923 <dependency >
2024 <groupId >org.axonframework</groupId >
3842 </plugins >
3943 </build >
4044
41- <profiles >
42- <profile >
43- <id >javadoc-and-sources</id >
44- <activation >
45- <property >
46- <name >performRelease</name >
47- <value >true</value >
48- </property >
49- </activation >
50- <build >
51- <plugins >
52- <plugin >
53- <groupId >org.jetbrains.dokka</groupId >
54- <artifactId >dokka-maven-plugin</artifactId >
55- </plugin >
56- <plugin >
57- <artifactId >maven-source-plugin</artifactId >
58- <version >3.0.1</version >
59- </plugin >
60- </plugins >
61- </build >
62- </profile >
63- </profiles >
64-
6545</project >
You can’t perform that action at this time.
0 commit comments