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 15
15
16
16
<artifactId >axon-kotlin-test</artifactId >
17
17
18
+ <properties >
19
+ <dokka .skip>false</dokka .skip>
20
+ </properties >
21
+
18
22
<dependencies >
19
23
<dependency >
20
24
<groupId >org.axonframework</groupId >
38
42
</plugins >
39
43
</build >
40
44
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
-
65
45
</project >
You can’t perform that action at this time.
0 commit comments