mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Moved properties.yml to spout profile and directory.
This commit is contained in:
parent
bfd13a4140
commit
eb669ff834
11
pom.xml
11
pom.xml
@ -160,7 +160,6 @@
|
||||
<directory>${basedir}/src/main/resources/</directory>
|
||||
<includes>
|
||||
<include>plugin.yml</include>
|
||||
<include>properties.yml</include>
|
||||
</includes>
|
||||
</resource>
|
||||
<resource>
|
||||
@ -369,6 +368,16 @@
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<resources>
|
||||
<resource>
|
||||
<targetPath>.</targetPath>
|
||||
<filtering>true</filtering>
|
||||
<directory>${basedir}/src/spout/resources/</directory>
|
||||
<includes>
|
||||
<include>properties.yml</include>
|
||||
</includes>
|
||||
</resource>
|
||||
</resources>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user