From c3218dad60f209b683e63800ed595c30719f76e3 Mon Sep 17 00:00:00 2001 From: Antonio Garcia-Dominguez Date: Mon, 2 Dec 2024 17:50:20 +0000 Subject: [PATCH] Test script for downloading the all-in-one JAR --- download-backend.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 download-backend.sh diff --git a/download-backend.sh b/download-backend.sh new file mode 100755 index 0000000..e3f0a00 --- /dev/null +++ b/download-backend.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +mvn -B dependency:get -DremoteRepositories=https://maven.pkg.github.com/epsilonlabs/playground-micronaut -Dclassifier=all \ + -DgroupId=org.eclipse.epsilon.labs.playground.micronaut -DartifactId=http-server -Dversion=${BACKEND_VERSION} \ + -Dtransitive=false