about summary refs log tree commit diff
path: root/pom.xml
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2023-11-08 22:38:04 -0600
committergennyble <gen@nyble.dev>2023-11-08 22:38:04 -0600
commit972080d052b878c0a296d040b5dba2a973b7570f (patch)
tree1d8a1d8a2e0872c326c9e3740faaf05323022ae0 /pom.xml
parent9c770ca0a9e1347d2a26c6de3127125c720e998c (diff)
downloadsunfright-972080d052b878c0a296d040b5dba2a973b7570f.tar.gz
sunfright-972080d052b878c0a296d040b5dba2a973b7570f.zip
don't exclude the plugin.yml
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index ac1df3f..b499a75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,14 +56,6 @@
           <include>plugin.yml</include>
         </includes>
       </resource>
-
-      <resource>
-        <directory>src/main/resources</directory>
-        <filtering>false</filtering>
-        <excludes>
-          <exclude>plugin.yml</exclude>
-        </excludes>
-      </resource>
     </resources>
   </build>
 </project>