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/pom.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-packages/pom.xml b/opendj-packages/pom.xml
index 7b29726..fb95c12 100644
--- a/opendj-packages/pom.xml
+++ b/opendj-packages/pom.xml
@@ -58,7 +58,7 @@
</profile>
</profiles>
- <build>
+ <build><finalName>${project.groupId}.${project.artifactId}</finalName>
<pluginManagement>
<plugins>
<!-- Unpack files from OpenDJ standard archive -->
--
Gitblit v1.10.0