Maven projects fixes and improvements
* Fixed copy of the SQL files to the distribution * Distribution packages will now execute an automatic clean-up before assembling. While this will avoid having dirty, old files in the distribution directory, it also has a negative consequence - configuration files will be destroyed if they exist.
This commit is contained in:
parent
24f40c5549
commit
30a1080e6e
4 changed files with 39 additions and 3 deletions
legacyworlds-server-DIST/src
|
@ -46,7 +46,8 @@
|
|||
<directory>../legacyworlds-server-data/db-structure</directory>
|
||||
<outputDirectory>sql</outputDirectory>
|
||||
<includes>
|
||||
<include>**.sql</include>
|
||||
<include>*.sql</include>
|
||||
<include>parts/**</include>
|
||||
<include>db-config.sample.txt</include>
|
||||
</includes>
|
||||
</fileSet>
|
||||
|
|
Reference in a new issue