From 2c4916073188c4777bbb0cd08db0ac0bf706ae72 Mon Sep 17 00:00:00 2001 From: dfsek Date: Thu, 15 Oct 2020 09:07:06 -0700 Subject: [PATCH] Use install-plugin to install parsii to local repo --- pom.xml | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f71f2e093..0e6032c88 100644 --- a/pom.xml +++ b/pom.xml @@ -10,10 +10,31 @@ + + org.apache.maven.plugins + maven-install-plugin + 2.4 + + + initialize + + install-file + + + com.scireum + parsii + 1.2 + jar + ${basedir}/lib/parsii-1.2.jar + + + + org.apache.maven.plugins maven-compiler-plugin 3.8.1 + 8 8 @@ -127,8 +148,6 @@ com.scireum parsii 1.2 - system - ${basedir}/lib/parsii-1.2.jar