Skip to content

Commit 98040a0

Browse files
committed
Move documentation code from the main pom.xml into profile-specific modules
1 parent d7b7ebe commit 98040a0

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

commandapi-platforms/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<module>commandapi-bukkit</module>
2222
<module>../commandapi-kotlin/commandapi-core-kotlin</module>
2323
<module>../commandapi-kotlin/commandapi-bukkit-kotlin</module>
24+
<module>../commandapi-documentation-code</module>
2425
</modules>
2526
</profile>
2627
<profile>
@@ -35,6 +36,7 @@
3536
<module>commandapi-velocity</module>
3637
<module>../commandapi-kotlin/commandapi-core-kotlin</module>
3738
<module>../commandapi-kotlin/commandapi-velocity-kotlin</module>
39+
<module>../commandapi-documentation-velocity-code</module>
3840
</modules>
3941
</profile>
4042
</profiles>

pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,13 @@
6161
<!-- Main core code -->
6262
<module>commandapi-core</module>
6363

64-
<!-- Platform implementations -->
64+
<!-- Platform implementations (includes documentation code) -->
6565
<module>commandapi-platforms</module>
6666
<module>commandapi-kotlin</module>
6767

6868
<!-- Outputs -->
6969
<module>commandapi-annotations</module>
7070

71-
<!-- Documentation code -->
72-
<module>commandapi-documentation-code</module>
73-
<module>commandapi-documentation-velocity-code</module>
74-
7571
<!-- Code coverage reports -->
7672
<module>commandapi-codecov</module>
7773
</modules>

0 commit comments

Comments
 (0)