mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-02 10:57:11 +00:00
Moved properties.yml to spout profile and directory.
This commit is contained in:
parent
bfd13a4140
commit
eb669ff834
13
pom.xml
13
pom.xml
@ -160,7 +160,6 @@
|
||||
<directory>${basedir}/src/main/resources/</directory>
|
||||
<includes>
|
||||
<include>plugin.yml</include>
|
||||
<include>properties.yml</include>
|
||||
</includes>
|
||||
</resource>
|
||||
<resource>
|
||||
@ -367,8 +366,18 @@
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
</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