> -----Original Message----- > From: Stevenson, Chris [mailto:[EMAIL PROTECTED] > Sent: Friday, January 21, 2005 11:48 AM > To: '[email protected]' > Subject: Dependencies in dependant POMS > > > Hello All, > > I know this question has probably been asked before but I > can't find any > info on it in the archive. It is simple one. If I reference a business > object artifact from a webservice POM and the Business Object > POM has a list > of extra dependencies that are not directly required by the > Web Service (For > example the JDBC Driver JAR) will Maven download those indirect > dependencies? > > Thanks, > > Chris > This concept is called transitive dependecies and is not yet supported by any released version of maven. You will have to wait for it (it is already implemented and scheduled for maven2 alpha release) .
Michal --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
