Skip to content

Instantly share code, notes, and snippets.

@xdu
Created August 25, 2011 07:32
Show Gist options
  • Save xdu/1170168 to your computer and use it in GitHub Desktop.
Save xdu/1170168 to your computer and use it in GitHub Desktop.
maven download the dependency source
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
<version>2.8</version>
<configuration>
<wtpversion>2.0</wtpversion>
<downloadSources>true</downloadSources>
<downloadJavadocs>true</downloadJavadocs>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment