From f8b99410c71f3d912d8aae50a5f1736d10143058 Mon Sep 17 00:00:00 2001 From: Philippe Charles Date: Thu, 16 May 2024 11:38:11 +0200 Subject: [PATCH] Add copy-jars script --- pom.xml | 129 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..f20e099 --- /dev/null +++ b/pom.xml @@ -0,0 +1,129 @@ + + + 4.0.0 + + com.github.rjdverse.rjd3highfreq + rjd3highfreq + ignore_version + pom + + Usage: mvn -Pcopy-jars + + + 2.1.1-SNAPSHOT + + + + + eu.europa.ec.joinup.sat + jdplus-highfreq-base-r + ${jdplus-incubator.version} + + + * + jdplus-toolkit-base-api + + + * + jdplus-toolkit-base-core + + + * + jdplus-toolkit-base-r + + + * + jdplus-advancedsa-base-api + + + * + jdplus-advancedsa-base-core + + + + + + + ${project.basedir}/inst/java + + + + org.simplify4u.plugins + pgpverify-maven-plugin + 1.17.0 + + + org.apache.maven.plugins + maven-dependency-plugin + 3.6.1 + + + + + + + + copy-jars + + clean package + + + org.simplify4u.plugins + pgpverify-maven-plugin + + + check-signatures + + check + + + true + true + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy-jars + + copy-dependencies + + package + + ${project.build.directory} + + + + + + + + + + + + + + central + https://repo.maven.apache.org/maven2 + + false + + + + jdemetra-snapshots + https://oss.sonatype.org/content/repositories/snapshots/ + + false + + + true + + + +