It fixes some things but the thing I'm trying to fix isn't fixed.

This commit is contained in:
NovaFox161
2018-06-14 19:02:29 -05:00
parent cf5c21ebb6
commit 4a50fe9951

View File

@@ -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>