Remove the part of pom.xml that causes the resources to not show up inside the build

This commit is contained in:
BestSpark687090
2026-01-24 18:20:31 -06:00
committed by GitHub
parent a4b13fd63a
commit a3c4f67dff

12
pom.xml
View File

@@ -22,16 +22,4 @@
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
</dependencies> </dependencies>
<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<includes>
<include>manifest.json</include>
</includes>
<filtering>true</filtering>
</resource>
</resources>
</build>
</project> </project>