Browse Source

构建脚本:编译时包含本地jar依赖

陈精华 5 years ago
parent
commit
461030d34f
2 changed files with 4 additions and 1 deletions
  1. 1 1
      Dockerfile
  2. 3 0
      jodconverter-web/pom.xml

+ 1 - 1
Dockerfile

@@ -17,7 +17,7 @@ RUN yum install -y kde-l10n-Chinese &&\
 	yum install -y libXext.x86_64 &&\
 	yum groupinstall -y  "X Window System" &&\
 	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 &&\
 	cd /tmp/zh-CN/RPMS &&\
 	rpm -Uvih *.rpm &&\

+ 3 - 0
jodconverter-web/pom.xml

@@ -211,6 +211,9 @@
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
+                <configuration>
+                    <includeSystemScope>true</includeSystemScope>
+                </configuration>
             </plugin>
             <plugin>
                 <artifactId>maven-assembly-plugin</artifactId>