Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
commons
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DevOps
commons
Commits
fb33df46
Commit
fb33df46
authored
Mar 24, 2022
by
孙 楠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉 spring boot maven 插件
parent
4847aab7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
9 deletions
+18
-9
pom.xml
pom.xml
+18
-9
No files found.
pom.xml
View file @
fb33df46
...
@@ -163,20 +163,33 @@
...
@@ -163,20 +163,33 @@
<plugin>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
flatten-maven-plugin
</artifactId>
<artifactId>
flatten-maven-plugin
</artifactId>
<configuration>
<inherited>
false
</inherited>
<updatePomFile>
true
</updatePomFile>
<flattenMode>
resolveCiFriendliesOnly
</flattenMode>
</configuration>
<executions>
<executions>
<execution>
<execution>
<!-- Flatten and simplify our own POM for install/deploy -->
<id>
flatten
</id>
<id>
flatten
</id>
<phase>
process-resources
</phase>
<phase>
process-resources
</phase>
<goals>
<goals>
<goal>
flatten
</goal>
<goal>
flatten
</goal>
</goals>
</goals>
<configuration>
<updatePomFile>
true
</updatePomFile>
<flattenMode>
bom
</flattenMode>
<pomElements>
<parent>
expand
</parent>
<name>
keep
</name>
<description>
keep
</description>
<url>
expand
</url>
<properties>
keep
</properties>
<pluginManagement>
keep
</pluginManagement>
<dependencyManagement>
expand
</dependencyManagement>
<build>
keep
</build>
<repositories>
remove
</repositories>
</pomElements>
</configuration>
</execution>
</execution>
<execution>
<execution>
<id>
flatten
.
clean
</id>
<id>
flatten
-
clean
</id>
<phase>
clean
</phase>
<phase>
clean
</phase>
<goals>
<goals>
<goal>
clean
</goal>
<goal>
clean
</goal>
...
@@ -203,10 +216,6 @@
...
@@ -203,10 +216,6 @@
</execution>
</execution>
</executions>
</executions>
</plugin>
</plugin>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
</plugin>
</plugins>
</plugins>
</build>
</build>
...
...
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