Hello, I have these requirements to package a module:
- it's group ID is different from what I have at the top level - no compilation or test is required - it just needs to be packaged in "zip" format - it needs to be deployed to a maven2 repository as part of deploy phase Do you think I need to separate this module out from the overall package because of different group ID? If I need to build it separately, what's going to be the "packaging" type? Maven does not support "zip" packaging type though, and I don't want an empty jar being created in order to attach "zip" file in the "package" phase by using assembly plugin. Any thoughts or suggestions? Thanks Yan
