From 16b3078658b5fab324033b9d6d7d46393210647d Mon Sep 17 00:00:00 2001 From: Thomas Wolf Date: Tue, 6 Aug 2024 21:19:49 +0200 Subject: [PATCH] Resolve warning from maven-dependency-plugin Use "resolve-sources" instead of the deprecated "sources" goal. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 65a458328..195587cc9 100644 --- a/pom.xml +++ b/pom.xml @@ -1178,7 +1178,7 @@ download-sources install - sources + resolve-sources