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
9b129283
Commit
9b129283
authored
Mar 24, 2022
by
孙 楠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改flatten插件配置
parent
fb33df46
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
pom.xml
pom.xml
+1
-2
No files found.
pom.xml
View file @
9b129283
...
...
@@ -163,7 +163,6 @@
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
flatten-maven-plugin
</artifactId>
<inherited>
false
</inherited>
<executions>
<execution>
<!-- Flatten and simplify our own POM for install/deploy -->
...
...
@@ -176,7 +175,7 @@
<updatePomFile>
true
</updatePomFile>
<flattenMode>
bom
</flattenMode>
<pomElements>
<parent>
expand
</parent>
<parent>
resolve
</parent>
<name>
keep
</name>
<description>
keep
</description>
<url>
expand
</url>
...
...
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