Classification: For internal use only In addition, presumably there is a mechanism to identify dependencies that will be created during the current build scope. Thereby allowing builds to proceed even if certain dependencies are missing from the repo.
From: Nathan Coast <[email protected]> To: "Maven Users List" <[email protected]>, Date: 19/06/2013 06:41 Subject: How to report all dependencies - resolved & missing [I] Classification: For internal use only Hi all, When you execute a maven goal and some dependencies are missing, you get an error message reporting these missing dependencies. I also know I can use aether to list dependencies - direct & transitive. Is there a simple way to programmatically report everything irrespective of whether all dependencies resolve? * existing dependencies - direct & transitive * missing dependencies * missing parent thanks, Nathan --- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. Please refer to http://www.db.com/en/content/eu_disclosures.htm for additional EU corporate and regulatory disclosures. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. Please refer to http://www.db.com/en/content/eu_disclosures.htm for additional EU corporate and regulatory disclosures. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
