I use the copy dependency plugin to copy dependencies of my project to a directory. I'd like to copy jars and sources. By default the dependency plugin just copy jars.
I found a solution to copy sources: mvn install -Dclassifier=sources -DexcludeArtifactIds Unfortunately I have several jars without sources. It is quite long to list the list of those dependencies (including transitive dependencies). Is there another way to copy source dependencies with ignoring dependecy wtihout sources ? An option like failOnMissingSourceArtifact will be great. -- View this message in context: http://www.nabble.com/copy-dependecies---sources-tf3599434s177.html#a10053803 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
