From 971a9d642e35e6bc03d169586355ad4db2ed5214 Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Fri, 24 Jun 2016 09:29:30 +0000
Subject: [PATCH] Fix maven build warning
---
opendj-server-legacy/pom.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/opendj-server-legacy/pom.xml b/opendj-server-legacy/pom.xml
index e6e1c1f..0348073 100644
--- a/opendj-server-legacy/pom.xml
+++ b/opendj-server-legacy/pom.xml
@@ -1368,6 +1368,7 @@
<configuration>
<outputDirectory>${jars.dir}</outputDirectory>
<finalName>${snmp.jar.name}</finalName>
+ <attach>false</attach>
<descriptors>
<descriptor>src/main/assembly/snmp-jar-assembly.xml</descriptor>
</descriptors>
--
Gitblit v1.10.0