mirror of
https://github.com/DreamExposure/DisCal-Discord-Bot.git
synced 2026-02-10 21:48:28 -06:00
It fixes some things but the thing I'm trying to fix isn't fixed.
This commit is contained in:
12
Bot/pom.xml
12
Bot/pom.xml
@@ -35,18 +35,8 @@
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<directory>../target</directory> <!-- Build it one level up, because it is the one we care about -->
|
||||
<directory>../target</directory>
|
||||
<finalName>DisCal-Bot</finalName>
|
||||
<!-- Define filtering for the inclusion of plugin.yml, so we can utilize the pom.xml version in it -->
|
||||
<resources>
|
||||
<resource>
|
||||
<targetPath>.</targetPath>
|
||||
<directory>${project.basedir}</directory>
|
||||
<includes>
|
||||
<include>**/src/main/resources/*</include>
|
||||
</includes>
|
||||
</resource>
|
||||
</resources>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
||||
Reference in New Issue
Block a user