问题
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