OPENDJ-2388 Fix wrong oem artifact name
Replace opendj-oem-zip by opendj-zip-oem.
This fixes deb and rpm OEM package build.
| | |
| | | <artifactItems> |
| | | <artifactItem> |
| | | <groupId>org.forgerock.opendj</groupId> |
| | | <artifactId>opendj-oem-zip</artifactId> |
| | | <artifactId>opendj-zip-oem</artifactId> |
| | | <version>${project.version}</version> |
| | | <type>zip</type> |
| | | <overWrite>true</overWrite> |
| | |
| | | <artifactItems> |
| | | <artifactItem> |
| | | <groupId>org.forgerock.opendj</groupId> |
| | | <artifactId>opendj-oem-zip</artifactId> |
| | | <artifactId>opendj-zip-oem</artifactId> |
| | | <version>${project.version}</version> |
| | | <type>zip</type> |
| | | <overWrite>true</overWrite> |
| | |
| | | <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" |
| | | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| | | xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd"> |
| | | <id>opendj-oem-zip-generation</id> |
| | | <id>opendj-zip-oem-generation</id> |
| | | <baseDirectory>${product.name.lowercase}</baseDirectory> |
| | | |
| | | <fileSets> |