I'm sure this question has been asked several times but I'm not sure what the 'best-practice' is at this point. My problem is that I'm generating an ejb-jar and would like the same project to generate the client-jar. So, the ejb-jar would have the name outbound-1.0.jar, and would be of type 'ejb', and the client would be outboud_client-1.0.jar, which would be of type 'jar'. How do I do this using the same Maven project?
I've tried fiddling with 'maven.final.name' and setting the 'pom.artifactId' but they both ultimately get installed using the same name (just different types). What's the best practice here?
