From 7ba506a4f9a14c630ecf46ecd269d838b73736de Mon Sep 17 00:00:00 2001
From: vharseko <vharseko@3a-systems.ru>
Date: Tue, 11 Feb 2020 17:26:36 +0000
Subject: [PATCH] reorganize commons build artifacts (#95)

---
 opendj-packages/opendj-deb/pom.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-packages/opendj-deb/pom.xml b/opendj-packages/opendj-deb/pom.xml
index 9e96802..6f74a2f 100644
--- a/opendj-packages/opendj-deb/pom.xml
+++ b/opendj-packages/opendj-deb/pom.xml
@@ -54,7 +54,7 @@
         <deb.resources.path />
     </properties>
 
-    <build>
+    <build><finalName>${project.groupId}.${project.artifactId}</finalName>
         <pluginManagement>
             <plugins>
                 <!-- Unpack man pages -->

--
Gitblit v1.10.0