------ Attach Library Sources ------ Edwin Punzalan ------ 14 July 2006 ------ Attach Library Sources Artifacts with sources deployed can be attached to Eclipse libraries using <<>>. The sources of the libraries exist in the repository so that the plugin can download it and attach it. The following example shows how to do this in the command-line: +----- mvn eclipse:eclipse -DdownloadSources=true +----- or in your pom.xml: +----- [...] [...] [...] org.apache.maven.plugins maven-eclipse-plugin true [...] [...] [...] +-----