This is probably an easy one. I have a maven-2 pom.xml for a web-app (packaging: war) and I have declared dependencies on commons-fileupload (and hence commons-io).
I want to download the sources for these dependencies, when I do an "mvn install" on my pom.xml. I tried -DdownloadSources=true and searched like mad. Somehow the -sources.jar for both my dependencies don't get downloaded. I am not aware of any other way to debug/see the dependency sources. Generally, if you have a simple web-app and several other open-source dependencies, how do people debug the open-source code in NetBeans? I thought, if the source jars get downloaded in maven local repo and if I do an F7 (step into) on the call from open-source code, I would be able to debug that code since I downloaded the source jar. Thanks, Kedar -- View this message in context: http://www.nabble.com/How-to-debug-download-dependency-source-code-using-mvn-...-tp20641814p20641814.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
