From 02cc525d49c32439d15d8961d4f6d90dbc82a56f Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Fri, 08 Apr 2016 22:42:23 +0000
Subject: [PATCH] Minor: split standard and OEM packaging into separate profiles

---
 pom.xml |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index a548cab..93b8d58 100644
--- a/pom.xml
+++ b/pom.xml
@@ -551,6 +551,13 @@
         </profile>
 
         <profile>
+            <id>packages-oem</id>
+            <modules>
+                <module>opendj-packages</module>
+            </modules>
+        </profile>
+
+        <profile>
             <id>precommit</id>
             <build>
                 <plugins>

--
Gitblit v1.10.0