本文介绍了如何使用Eclipse插件构建Mule AMQP传输代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想分支AMQP并尝试针对遇到的消息丢失问题更新代码. https://github.com/mulesoft/mule-transport-amqp

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

我已经创建了一个分支.我可以将哪些AMaven命令与Eclipse插件一起使用构建AMQP传输?[我执行了"mvn clean compile package",生成了mule-transport-amqp-3.4.2-SNAPSHOT.jar,但是它没有创建在Eclipse中对其进行更新所需的文件]

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]

推荐答案

您需要:

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

这篇关于如何使用Eclipse插件构建Mule AMQP传输代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-12 05:40