Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
slm-fileview
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jenkins
slm-fileview
Commits
461030d3
Commit
461030d3
authored
Nov 21, 2019
by
陈精华
Committed by
kl
Nov 21, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
构建脚本:编译时包含本地jar依赖
parent
c1a7cd8c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
Dockerfile
Dockerfile
+1
-1
pom.xml
jodconverter-web/pom.xml
+3
-0
No files found.
Dockerfile
View file @
461030d3
...
@@ -17,7 +17,7 @@ RUN yum install -y kde-l10n-Chinese &&\
...
@@ -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 http
s
://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
&&
\
...
...
jodconverter-web/pom.xml
View file @
461030d3
...
@@ -211,6 +211,9 @@
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment