Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
c6e16701
Commit
c6e16701
authored
Feb 09, 2018
by
季圣华
Browse files
部署插件的使用
parent
5935da0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
c6e16701
...
...
@@ -425,6 +425,17 @@
<artifactId>
maven-clean-plugin
</artifactId>
<version>
2.6.1
</version>
</plugin>
<!-- 部署插件的使用,maven3.0.4会默认使用2.7版本的deploy插件 -->
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-deploy-plugin
</artifactId>
<version>
2.7
</version>
<configuration>
<!-- 更新元数据 -->
<updateReleaseInfo>
true
</updateReleaseInfo>
</configuration>
</plugin>
</plugins>
</build>
</project>
...
...
Write
Preview
Supports
Markdown
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