Skip to content

Commit

Permalink
Resolve warning from maven-dependency-plugin
Browse files Browse the repository at this point in the history
Use "resolve-sources" instead of the deprecated "sources" goal.
  • Loading branch information
tomaswolf committed Aug 6, 2024
1 parent 9e4e040 commit 16b3078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down

0 comments on commit 16b3078

Please sign in to comment.