Maven core doesn't use the dependency plugin, actually it's the other way around. Yes you can bind this to your lifecycle if you want. There's no way to tell core to retrieve all the sources/javadocs...that's why the plugin is there ;-)
-----Original Message----- From: nodje [mailto:[EMAIL PROTECTED] Sent: Monday, March 31, 2008 7:55 PM To: [email protected] Subject: RE: force dependency sources & javadocs to be retrieved I assumed Maven was resolving dependencies using the plugin goal 'resolve'. If so, what would be a better place to tell Maven to fetch sources along with the libraries? Otherwise can a call to dependency:sources be added somewhere in the lifecycle? -nodje Brian E Fox wrote: > > The dependency:sources is the better one to modify as the resolve should > stay generic. > > -----Original Message----- > From: nodje [mailto:[EMAIL PROTECTED] > Sent: Monday, March 31, 2008 2:38 AM > To: [email protected] > Subject: force dependency sources & javadocs to be retrieved > > > I'd like to make sure all developers have a project dependencies' > javadocs & > sources at disposal in their private repository. > > Can I modify the dependency:resolve default behavior to achieve this? > > NB: it mustn't be linked to a Maven lifecycle goal. > > --nodje > -- > View this message in context: > http://www.nabble.com/force-dependency-sources---javadocs-to-be-retrieve > d-tp16392635s177p16392635.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] > > > -- View this message in context: http://www.nabble.com/force-dependency-sources---javadocs-to-be-retrieve d-tp16392635s177p16400900.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]
