Did you read this ? May be it helps. http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html
----- Original Message ---- From: Roy Siu <[EMAIL PROTECTED]> To: [email protected] Sent: Friday, 21 July, 2006 3:50:09 AM Subject: Want explain on Dependencies Scope I am newbie to Maven, and now want to write a custom plugin. But I get confuse on maven's transitive dependency handling. My poms' dependencies setting is something like: Project A ... saxpath saxpath 1.0-FCS ${compile} jaxen jaxen 1.0-FCS ${compile} ... (1) (2) [pluginProject] <--- [CommonLib] <--- [Jaxen] <-- [saxpath] I have read an article http://cvs.peopleware.be/training/maven/maven2/dependencies.html http://cvs.peopleware.be/training/maven/maven2/dependencies.html and test with all the scope dependency I get confuse on the dependency scope. -- View this message in context: http://www.nabble.com/Want-explain-on-Dependencies-Scope-tf1979614.html#a5431731 Sent from the Maven - Users forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
