Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety-progress
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
耿迪迪
gassafety-progress
Commits
f199f097
Commit
f199f097
authored
Oct 11, 2023
by
王晓倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分包部署配置
parent
a8669bb9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
22 deletions
+16
-22
pom.xml
gassafetyprogress-admin/pom.xml
+13
-14
pom.xml
pom.xml
+3
-8
No files found.
gassafetyprogress-admin/pom.xml
View file @
f199f097
...
@@ -73,19 +73,6 @@
...
@@ -73,19 +73,6 @@
<build>
<build>
<finalName>
gassafetyprogress-${project.version}
</finalName>
<finalName>
gassafetyprogress-${project.version}
</finalName>
<plugins>
<plugins>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<version>
2.1.3.RELEASE
</version>
<executions>
<execution>
<goals>
<goal>
repackage
</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-jar-plugin
</artifactId>
<artifactId>
maven-jar-plugin
</artifactId>
...
@@ -125,7 +112,6 @@
...
@@ -125,7 +112,6 @@
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-resources-plugin
</artifactId>
<artifactId>
maven-resources-plugin
</artifactId>
<version>
2.6
</version>
<executions>
<executions>
<execution>
<execution>
<id>
copy-config
</id>
<id>
copy-config
</id>
...
@@ -188,6 +174,19 @@
...
@@ -188,6 +174,19 @@
</execution>
</execution>
</executions>
</executions>
</plugin>
</plugin>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<version>
2.1.3.RELEASE
</version>
<executions>
<execution>
<goals>
<goal>
repackage
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</plugins>
</build>
</build>
...
...
pom.xml
View file @
f199f097
...
@@ -3,14 +3,14 @@
...
@@ -3,14 +3,14 @@
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
com.zehong
</groupId>
<groupId>
com.zehong
</groupId>
<artifactId>
zehong
</artifactId>
<artifactId>
zehong
</artifactId>
<version>
3.5.0
</version>
<version>
3.5.0
</version>
<name>
zehong
</name>
<name>
zehong
</name>
<description>
项目管理系统
</description>
<description>
项目管理系统
</description>
<properties>
<properties>
<zehong.version>
3.5.0
</zehong.version>
<zehong.version>
3.5.0
</zehong.version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
<velocity.version>
1.7
</velocity.version>
<velocity.version>
1.7
</velocity.version>
<jwt.version>
0.9.1
</jwt.version>
<jwt.version>
0.9.1
</jwt.version>
</properties>
</properties>
<!-- 依赖声明 -->
<!-- 依赖声明 -->
<dependencyManagement>
<dependencyManagement>
<dependencies>
<dependencies>
...
@@ -217,11 +217,6 @@
...
@@ -217,11 +217,6 @@
</modules>
</modules>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<dependencies>
</dependencies>
<build>
<build>
<plugins>
<plugins>
<plugin>
<plugin>
...
...
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