How to build Mule AMQP transport code with Eclipse plugin

人盡茶涼 提交于 2019-12-11 18:49:56

问题


I would like to branch AMQP and try to update the code for a message loss issue I came across. https://github.com/mulesoft/mule-transport-amqp

I already created a branch. What maven commands can I use the build AMQP transport along with Eclipse plugin? [i executed "mvn clean compile package" which produced the mule-transport-amqp-3.4.2-SNAPSHOT.jar, but it didn't create the file required for updating it in Eclipse]


回答1:


You need to:

  • cd amqp-eclipse-plugin
  • mvn clean compile package


来源:https://stackoverflow.com/questions/23251456/how-to-build-mule-amqp-transport-code-with-eclipse-plugin

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!