把Eclipse项目转换成Maven项目
把Maven項目轉換成Eclipse項目只要使用Maven的Eclipse插件就能做到
mvn eclipse:eclipse其實Maven的Eclipse插件也有把Eclipse項目轉換成Maven項目的命令,通過命令
mvn eclipse:help就能看到
.....
eclipse:to-maven
Add eclipse artifacts from an eclipse installation to the local repo. This
mojo automatically analize the eclipse directory, copy plugins jars to the
local maven repo, and generates appropriate poms. This is the official central
repository builder for Eclipse plugins, so it has the necessary default
values. For customized repositories see MakeArtifactsMojo Typical usage: mvn
eclipse:to-maven
-DdeployTo=maven.org::default::scpexe://repo1.maven.org/home/maven/repository-
staging/to-ibiblio/eclipse-staging
-DeclipseDir=.
但我一直沒能成功,無意中發現安裝了Maven插件的Eclipse有相應的菜單:在Eclipse項目上右鍵如下圖:
”不識廬山真面目,只緣身在此山中“呀!
如果你知道如何使用“eclipse:to-maven”也請告知下,3KY.
轉載于:https://www.cnblogs.com/zhaiqianfeng/p/4620164.html
與50位技術專家面對面20年技術見證,附贈技術全景圖總結
以上是生活随笔為你收集整理的把Eclipse项目转换成Maven项目的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: U盘无法拷贝超过4G的大文件
- 下一篇: 数据包接收系列 — IP协议处理流程(一