Hi, Is there any easy way to customize the packaging behavior? like
<packaging>my-jar</packaging> I googled around, and it seems to me that I have to make a maven plugin to achieve this. I would expect something less heavyweighted than a maven plugin to do this, for example, declaring it in my pom? Thanks!
