OPENDJ-2388 Create maven modules for OpenDJ packages
This commit creates the following maven modules to handle OpenDJ
packages generation:
* opendj-packages (main parent module)
* opendj-zip
* opendj-zip-oem
Generate the opendj OEM edition zip archive
* opendj-rpm-packages (parent of rpm modules)
* opendj-rpm-standard (standard rpm package)
* opendj-rpm-oem (oem rpm package)
* opendj-deb-packages (parent of deb modules)
* opendj-deb-standard (standard deb package)
* opendj-deb-oem (oem deb package)
The parent poms contains most of the logic in the pluginManagement
section to prevent code duplication in children poms.