diff options
| author | gennyble <gen@nyble.dev> | 2023-11-08 22:38:04 -0600 |
|---|---|---|
| committer | gennyble <gen@nyble.dev> | 2023-11-08 22:38:04 -0600 |
| commit | 972080d052b878c0a296d040b5dba2a973b7570f (patch) | |
| tree | 1d8a1d8a2e0872c326c9e3740faaf05323022ae0 | |
| parent | 9c770ca0a9e1347d2a26c6de3127125c720e998c (diff) | |
| download | sunfright-972080d052b878c0a296d040b5dba2a973b7570f.tar.gz sunfright-972080d052b878c0a296d040b5dba2a973b7570f.zip | |
don't exclude the plugin.yml
| -rw-r--r-- | pom.xml | 8 |
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> |
