hi, 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.
views:
13answers:
1do you mean finalName in build tag? I have that one set. I think it hos something to do with NetBeans because when I deploy it with admin console the deployName is OK.
coubeatczech
2010-10-31 21:52:55