[all] Using maven dependency scope and comment properties WAS: Re: [pool] Dependency on Xerces

2006-03-05 Thread Phil Steitz
On 3/5/06, Arnaud HERITIER [EMAIL PROTECTED] wrote: What you can do in maven 1 it's to add a comment and a scope to these dependencies to explain that they are used only for the buildtime and not for the runtime. The documentation isn't yet updated. You can find it here :

Re: [all] Using maven dependency scope and comment properties WAS: Re: [pool] Dependency on Xerces

2006-03-05 Thread Wendy Smoak
On 3/5/06, Phil Steitz [EMAIL PROTECTED] wrote: I have a question about the scope property, which I understand will not show up immediately, but I want to code it correctly. According to the docs here http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html the