This is an automated email from the ASF dual-hosted git repository. twolf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
commit 16b3078658b5fab324033b9d6d7d46393210647d Author: Thomas Wolf <tw...@apache.org> AuthorDate: Tue Aug 6 21:19:49 2024 +0200 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 @@ <id>download-sources</id> <phase>install</phase> <goals> <!-- automatically download the dependency sources - useful for debugging --> - <goal>sources</goal> + <goal>resolve-sources</goal> </goals> <configuration> <!-- no need to download our own sources - especially snapshot -->