From 538cbf111524230d1d35a10d3546262f59891cec Mon Sep 17 00:00:00 2001 From: malbx Date: Wed, 3 Apr 2019 22:29:31 -0400 Subject: [PATCH] fix build issue --- .gitignore | 1 + pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5c99b18..8a01a23 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ data/ logs/ remoteNodeStore/ target/ +*.solib diff --git a/pom.xml b/pom.xml index f983b37..56f5975 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ mv - target/classes/jniUtilLib.solib + ${basedir}/jniUtilLib.solib resources/ @@ -119,4 +119,4 @@ test - \ No newline at end of file +