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-retrieved-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]
