Skip to content

Commit 550a72b

Browse files
committed
Adjust documentation creation
Remove the dokka profile and add the dokka.skip property, that's used during the prepare-package phase
1 parent 29a75d0 commit 550a72b

File tree

1 file changed

+4
-24
lines changed

1 file changed

+4
-24
lines changed

kotlin-test/pom.xml

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
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>
@@ -38,28 +42,4 @@
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>

0 commit comments

Comments
 (0)