Can you file a jira so this can be investigated further? -----Original Message----- From: Davy Toch [mailto:[EMAIL PROTECTED] Sent: Sunday, July 22, 2007 2:01 PM To: [email protected] Subject: Type in documentation on "Dependency scope"?
In the section "Dependency Scope" of http://maven.apache.org/guides/introduction/introduction-to-dependency-m echanism.html it is indicated that a transitive dependency C declared with 'runtime' scope (4th column) will be set to scope 'provided' if transitively retrieved through an explicit dependency B with scope 'provided' (3rd row). Shouldn't this stay 'runtime', because if B didn't need compile access to C, then the module A depending on B will normally not need compile access to C either. Best regards, Davy Toch --------------------------------------------------------------------- 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]
