That said, there will be the ability to make changes for 1.1, so we should decide whether it is really needed.

You can use a property now to get this happening - I have no problem with that.

I don't believe a <comment> element under a dependency is really necessary. The use cases I see are:
- describe why this project has such a dependency
- describe what the dependency is


The first can be done with an inline XML comment, and I don't see the value of automatically including it on the site.
The second will be solved properly by transitive dependencies, where you read the <description/> of the dependency's project.


So I don't see the need to add the element myself, and also there are the reasons against making dependency different to the project that I've listed earlier (or in another thread recently, I'm not sure).

Cheers,
Brett

Jason van Zyl wrote:

On Wed, 2004-11-24 at 18:36, Felipe Leme wrote:


Miguel,

Applying such patches are not that easy, as the patch adds a new feature
to the dependency which I'm not sure if it's the right one.



Supplying a patch which changes the POM itself is not likely to be absorbed rapidly. The POM is the fundamental unit of work in Maven and as such those changes will occur more slowly. So just a note that patches for changes in the POM will not be applied over night. In addition all further changes to the model will occur in maven-model where the sources for the model are generated.





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to