change maven j2ee deploy name

I'm developing an app in maven and it's deploy name is concatenation of artifactId + "_" + groupId + "_" + "packaging" + "_" + version which is pretty ugly. And I'm lookuping for an EJB and I would need to change the uri after eventual version change. Do you know how to change this deploy name?
I'm deploying it via netbeans.


it's a netbeans bug and will be available in build 201102050000.

Netbeans bug


检查有关finalName的文档,它应该能够做到这一点。

链接地址: http://www.djcxy.com/p/79970.html

上一篇: 当我只有最终的.jar时,如何用maven部署工件?

下一篇: 更改maven j2ee部署名称