views:

13

answers:

1

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.

A: 

Check documentation about finalName which should do the trick.

khmarbaise
do 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