Menu

Skip to content
  • Home
  • Games
    • PacMan
  • About
Twitter LinkedIn GitHub

Andy's Blog

Code till you … drop

sources

13/11/2008 by andyhot on java

Quick maven tip for downloading sources of a specific dependency

Quick maven tip for downloading sources of a specific dependency
This may come in handy. since on big projects with many dependencies it may take a while to download ALL sources. So, here is an example:

mvn dependency:sources -DincludeGroupIds=org.apache.tapestry

mvn dependency:sources -DincludeGroupIds=org.apache.tapestry

For more, see the dependency plugin docs

 
Subscribe!
Casper WP • Inspired by Ghost.org