在3.2中使用mvn install我发现本地仓库成功打包,但是我再次运行maven03的cimpile命令还是说找不到maven01,这是什么问题呢?代码没错,我仔细看过
2017-09-05
<module></module>里面没有提示怎么办? alt+/ 也没有,只有老师那里自动提示的最下面四个
2017-09-02
错误:No plugin found for prefix 'jetty' in the current project and in the plugin
解决:jetty:run 改为 org.mortbay.jetty:maven-jetty-plugin:run
其他解决办法:http://blog.csdn.net/wolfchou/article/details/8633861
解决:jetty:run 改为 org.mortbay.jetty:maven-jetty-plugin:run
其他解决办法:http://blog.csdn.net/wolfchou/article/details/8633861
2017-08-28