From 0c069814fc9f2b45d61c8eccbf67f75930d1fcc8 Mon Sep 17 00:00:00 2001 From: Samuel Dacanay Date: Thu, 10 Oct 2024 19:48:23 -0700 Subject: [PATCH] feat(maven-install): add support for installation to a local maven repository Signed-off-by: Samuel Dacanay --- build.xml | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index b7940ab..2abb2ee 100644 --- a/build.xml +++ b/build.xml @@ -18,12 +18,16 @@ xmlns:cpptasks="antlib:net.sf.antcontrib.cpptasks" xmlns:ivy="antlib:org.apache.ivy.ant" xmlns:junit4="antlib:com.carrotsearch.junit4" - xmlns:mvn="antlib:org.apache.maven.artifact.ant"> + xmlns:mvn="antlib:org.apache.maven.artifact.ant" + xmlns:artifact="antlib:org.apache.maven.artifact.ant"> + + + @@ -350,7 +354,7 @@ + depending on the value of the lz4-pure-java property. --> @@ -363,7 +367,7 @@ - + @@ -376,7 +380,7 @@ - + @@ -469,4 +473,21 @@ + + + + + + + + + + + +