mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2025-09-19 01:58:10 +08:00
构建脚本:编译时包含本地jar依赖
This commit is contained in:
@@ -17,7 +17,7 @@ RUN yum install -y kde-l10n-Chinese &&\
|
|||||||
yum install -y libXext.x86_64 &&\
|
yum install -y libXext.x86_64 &&\
|
||||||
yum groupinstall -y "X Window System" &&\
|
yum groupinstall -y "X Window System" &&\
|
||||||
cd /tmp &&\
|
cd /tmp &&\
|
||||||
wget http://kkfileview.keking.cn/Apache_OpenOffice_4.1.6_Linux_x86-64_install-rpm_zh-CN.tar.gz -cO openoffice_rpm.tar.gz &&\
|
wget https://kkfileview.keking.cn/Apache_OpenOffice_4.1.6_Linux_x86-64_install-rpm_zh-CN.tar.gz -cO openoffice_rpm.tar.gz &&\
|
||||||
tar zxf /tmp/openoffice_rpm.tar.gz &&\
|
tar zxf /tmp/openoffice_rpm.tar.gz &&\
|
||||||
cd /tmp/zh-CN/RPMS &&\
|
cd /tmp/zh-CN/RPMS &&\
|
||||||
rpm -Uvih *.rpm &&\
|
rpm -Uvih *.rpm &&\
|
||||||
|
@@ -211,6 +211,9 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<includeSystemScope>true</includeSystemScope>
|
||||||
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-assembly-plugin</artifactId>
|
<artifactId>maven-assembly-plugin</artifactId>
|
||||||
|
Reference in New Issue
Block a user