add LICENSE
This commit is contained in:
parent
739a31a6f0
commit
df5880308f
1 changed files with 8 additions and 0 deletions
|
@ -19,6 +19,14 @@
|
|||
</dependencySet>
|
||||
</dependencySets>
|
||||
<fileSets>
|
||||
<!-- LICENSE -->
|
||||
<fileSet>
|
||||
<directory>${project.basedir}</directory>
|
||||
<includes>
|
||||
<include>LICENSE</include>
|
||||
</includes>
|
||||
<outputDirectory>fess-${project.version}</outputDirectory>
|
||||
</fileSet>
|
||||
<!-- lib -->
|
||||
<fileSet>
|
||||
<directory>${project.build.directory}/tomcat-lib</directory>
|
||||
|
|
Loading…
Add table
Reference in a new issue