add LICENSE

This commit is contained in:
Shinsuke Sugaya 2015-12-05 15:41:00 +09:00
parent 739a31a6f0
commit df5880308f

View file

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