Minor: split standard and OEM packaging into separate profiles
Modified packaging profiles:
* standard ZIP is always built
* -Ppackages profile builds standard native packages
* -Ppackages-oem profile builds OEM native and ZIP packages.
| | |
| | | <version>4.0.0-SNAPSHOT</version> |
| | | </parent> |
| | | |
| | | <profiles> |
| | | <profile> |
| | | <id>packages</id> |
| | | <modules> |
| | | <module>opendj-deb-standard</module> |
| | | </modules> |
| | | </profile> |
| | | |
| | | <profile> |
| | | <id>packages-oem</id> |
| | | <modules> |
| | | <module>opendj-deb-oem</module> |
| | | </modules> |
| | | </profile> |
| | | </profiles> |
| | | |
| | | <artifactId>opendj-deb</artifactId> |
| | | <name>OpenDJ Debian Packages Parent</name> |
| | |
| | | This module contains configuration and generic plugin call to build OpenDJ MSI packages. |
| | | </description> |
| | | |
| | | <profiles> |
| | | <profile> |
| | | <id>packages</id> |
| | | <modules> |
| | | <module>opendj-msi-standard</module> |
| | | </modules> |
| | | </profile> |
| | | </profiles> |
| | | </project> |
| | |
| | | <artifactId>opendj-rpm</artifactId> |
| | | <name>OpenDJ RPM Packages Parent</name> |
| | | |
| | | <profiles> |
| | | <profile> |
| | | <id>packages</id> |
| | | <modules> |
| | | <module>opendj-rpm-standard</module> |
| | | </modules> |
| | | </profile> |
| | | |
| | | <profile> |
| | | <id>packages-oem</id> |
| | | <modules> |
| | | <module>opendj-rpm-oem</module> |
| | | </modules> |
| | | </profile> |
| | | </profiles> |
| | | |
| | | <description> |
| | | This module contains configuration and generic plugin calls to generate RPM OpenDJ packages. |
| | |
| | | This module contains configuration and generic plugin call to build OpenDJ SVR4 packages. |
| | | </description> |
| | | |
| | | <profiles> |
| | | <profile> |
| | | <id>packages</id> |
| | | <modules> |
| | | <module>opendj-svr4-standard</module> |
| | | </modules> |
| | | </profile> |
| | | </profiles> |
| | | |
| | | </project> |
| | |
| | | This module contains configuration and generic plugin call to build OpenDJ ZIP packages. |
| | | </description> |
| | | |
| | | <profiles> |
| | | <profile> |
| | | <id>packages-oem</id> |
| | | <modules> |
| | | <module>opendj-zip-oem</module> |
| | | </modules> |
| | | </profile> |
| | | </profiles> |
| | | |
| | | </project> |
| | |
| | | </profile> |
| | | |
| | | <profile> |
| | | <id>packages-oem</id> |
| | | <modules> |
| | | <module>opendj-packages</module> |
| | | </modules> |
| | | </profile> |
| | | |
| | | <profile> |
| | | <id>precommit</id> |
| | | <build> |
| | | <plugins> |