mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
Turn on including src java files in jars
This commit is contained in:
6
pom.xml
6
pom.xml
@ -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 -->
|
||||||
|
Reference in New Issue
Block a user