Eclipse如何将项目通过maven编译并打包
1、右击项目》》》点击Debug As》》》点击 Maven install进行编译,编译成功后入图

2、右击项目》》》点击Debug As》》》点击 Maven build会弹出一个对话框如下图所示,在Goals中输入clean compile package,然后点击debug就可以了

阅读量:92
阅读量:20
阅读量:171
阅读量:171
阅读量:85
1、右击项目》》》点击Debug As》》》点击 Maven install进行编译,编译成功后入图

2、右击项目》》》点击Debug As》》》点击 Maven build会弹出一个对话框如下图所示,在Goals中输入clean compile package,然后点击debug就可以了
