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

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

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