gpt4 book ai didi

java - 如何在 IntelliJ 中使用 maven-ear-plugin 的 bundleFileName?

转载 作者:行者123 更新时间:2023-11-30 11:27:55 32 4
gpt4 key购买 nike

我的 ear 文件有一个 maven ear 模块,配置如下:

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ear-plugin</artifactId>
<version>2.6</version>
<configuration>
<displayName>app</displayName>
<description>app</description>
<modules>
...
<ejbModule>
<groupId>com.example</groupId>
<artifactId>example-client</artifactId>
<bundleFileName>example-client.jar</bundleFileName>
</ejbModule>
..
</modules>
<defaultLibBundleDir>lib</defaultLibBundleDir>
<version>5</version>
</configuration>
</plugin>

当我使用 Intellij(最终版本 12.1.4)将我的耳朵部署到 jboss as 时,bundleFileName 被忽略。

它创建一个带有版本号的 jar 文件,但在 application.xml 中定义的 jar 文件没有版本。

有办法解决这个问题吗?我使用“爆炸”耳朵进行部署。

谢谢!

最佳答案

该问题已在 Intellij 13 中修复(目前尚未发布):参见 http://youtrack.jetbrains.com/issue/IDEA-114355

关于java - 如何在 IntelliJ 中使用 maven-ear-plugin 的 bundleFileName?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19100431/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com