Hi folks, how I retrieve the sources from the `Mav...
# scripting
s
Hi folks, how I retrieve the sources from the
MavenDependenciesResolver
to insert it on
ide.dependenciesSources
?
Find a way by putting
jar:sources
but only the main dependency sources is being retrieved.
org.ow2.asm:asm-commons:jar:sources:8.0.1
result:
[/home/devsrsouza/.m2/repository/org/ow2/asm/asm-commons/8.0.1/asm-commons-8.0.1-sources.jar, /home/devsrsouza/.m2/repository/org/ow2/asm/asm/8.0.1/asm-8.0.1.jar, /home/devsrsouza/.m2/repository/org/ow2/asm/asm-tree/8.0.1/asm-tree-8.0.1.jar, /home/devsrsouza/.m2/repository/org/ow2/asm/asm-analysis/8.0.1/asm-analysis-8.0.1.jar]