Turn on including src java files in jars

This commit is contained in:
2024-01-12 08:40:46 -06:00
parent c1ce933d6c
commit 4286001b4d

View File

@ -109,6 +109,12 @@
</dependencyManagement> </dependencyManagement>
<build> <build>
<resources>
<resource>
<directory>src/main/java</directory>
<filtering>false</filtering>
</resource>
</resources>
<plugins> <plugins>
<!-- plugins specifically for this module --> <!-- plugins specifically for this module -->
<!-- none at this time --> <!-- none at this time -->