hi, you can use dependency plugin like "mvn dependency:sources -DdownloadSources=true".
2012/12/18 anjibman <[email protected]>: > Hi All, > > I am trying to find a tag/way so that I can get the source code for the > dependency in Maven. I have dependency as > > <dependency> > <groupId>my-group</groupId> > <artifactId>my-artifact</artifactId> > <version>${my-version}</version> > </dependency> > > I have other dependencies also but I want source code from this dependency > only. > > Thanks > > > > -- > View this message in context: > http://maven.40175.n5.nabble.com/Getting-code-from-dependency-tp5738980.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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
