mirror of
https://github.com/LamGC/ContentGrabbingJi.git
synced 2025-04-29 14:17:33 +00:00
[Update] CacheStore-Redis 在构建配置中将 lua 脚本纳入编译资源;
[Update] CacheStore-Redis/pom.xml 将 lua 源码文件夹纳入资源一部分;
This commit is contained in:
parent
8108379f96
commit
edb709fb0d
@ -28,6 +28,18 @@
|
||||
|
||||
<artifactId>ContentGrabbingJi-CacheStore-redis</artifactId>
|
||||
|
||||
<build>
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>${project.basedir}/src/main/lua/</directory>
|
||||
<includes>
|
||||
<include>*.lua</include>
|
||||
</includes>
|
||||
<targetPath>${project.build.outputDirectory}/lua/</targetPath>
|
||||
</resource>
|
||||
</resources>
|
||||
</build>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>net.lamgc</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user