Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
cms_sys
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
西魏
cms_sys
Commits
0bcba7f6
Commit
0bcba7f6
authored
Sep 09, 2020
by
luoxj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pom
parent
c56440af
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
+6
-8
.gitignore
.gitignore
+0
-1
pom.xml
pom.xml
+6
-7
No files found.
.gitignore
View file @
0bcba7f6
...
...
@@ -4,4 +4,3 @@
/.*
.project
head-file.ftl
/bin/
pom.xml
View file @
0bcba7f6
...
...
@@ -51,9 +51,9 @@
</goals>
</execution>
</executions>
<!-- 自定义打包 重写包含依赖,包含不存在的依赖,jar里没有pom里的依赖
<configuration>
<layout>ZIP</layout>
<!-- 重写包含依赖,包含不存在的依赖,jar里没有pom里的依赖 -->
<includes>
<include>
<groupId>non-exists</groupId>
...
...
@@ -61,9 +61,9 @@
</include>
</includes>
<fork>true</fork>
</configuration>
</configuration>
-->
</plugin>
<!--拷贝第三方依赖文件到指定目录
-->
<!--拷贝第三方依赖文件到指定目录
${project.build.directory}/lib /lib是依赖jar包的输出目录,根据自己喜好配置
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
...
...
@@ -74,7 +74,6 @@
<goal>copy-dependencies</goal>
</goals>
<configuration>
<!--target/lib是依赖jar包的输出目录,根据自己喜好配置-->
<outputDirectory>${project.build.directory}/lib</outputDirectory>
<excludeTransitive>false</excludeTransitive>
<stripVersion>false</stripVersion>
...
...
@@ -82,8 +81,8 @@
</configuration>
</execution>
</executions>
</plugin>
<!-- 自定义打zip包
-->
</plugin>
-->
<!-- 自定义打zip包
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
...
...
@@ -102,7 +101,7 @@
</goals>
</execution>
</executions>
</plugin>
</plugin>
-->
</plugins>
<resources>
<resource>
...
...
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