From 54d38789f7e16284edfa9dc69ecf927984f0b0c1 Mon Sep 17 00:00:00 2001 From: Panayiotis Lipiridis Date: Tue, 7 Nov 2023 10:45:19 +0200 Subject: [PATCH] Show the maven URL in cli --- maven.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/maven.sh b/maven.sh index 3a0a640a..ef24688a 100755 --- a/maven.sh +++ b/maven.sh @@ -2,3 +2,5 @@ version=$(git describe --tags --abbrev=0) url="https://www.webjars.org/deploy?webJarType=npm&nameOrUrlish=flag-icons&version=${version#v}" echo "curl '${url}'" curl "$url" +echo +echo "https://central.sonatype.com/artifact/org.webjars.npm/flag-icons/versions"