简体   繁体   English

构建Mule esb zip时有多个mule-app.properties

[英]Multiple mule-app.properties when building mule esb zip

I am having an issue when I do a maven clean install on my mule 3.4 project. 我在mule 3.4项目上进行maven全新安装时遇到问题。 It will generate the following directory structure inside the deployable zip: 它将在可部署的zip内生成以下目录结构:

ZIPFile.zip
    ->mule-app.properties
    ->mule-deploy.properties
    ->project.xml
    ->classes->mule-app.properties
    ->classes->mule-deploy.properties
    ->lib->various libraries

As you can see, the archive will end up with multiple mule-*.properties which causes confusion on the deployment server. 如您所见,归档文件最终会带有多个mule-*。properties,这会导致部署服务器混乱。 Has anyone else had this problem when creating the deployable archive and how did you fix it? 创建可部署存档时,还有其他人遇到过此问题吗?如何解决? Thanks 谢谢

This sounds like a problem with the Build Helper Maven Plugin, as described in this blog post . 听起来像Build Helper Maven插件有问题,如本博文所述。 If you see this plugin configuration section in your generated pom.xml, try removing it. 如果您在生成的pom.xml中看到此插件配置部分,请尝试将其删除。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM