<properties>
<jaxme-jelly-tag-library>http://jakarta.apache.org/commons/jelly/libs/jaxme/index.html</jaxme-jelly-tag-library>
.....
</properties>
and then access them as: ${project.properties.getChild("jaxme-jelly-tag-library")} or something similar.
This way we would (easily) avoid the problem that arised when moving from nagoya in apache. Other suggestions are very welcome.
I would also like to draw attention to bug #MPXDOC-131 which gives direct access to velocity in user-documentation when maven.docs.src.templates=true. I know I can use maven.xml for this but I beleive it is easier to use it this way. There are no side-effects (maven.docs.src.templates defaults to false) and quite a few benefits!
Regards,
Nacho G. Mac Dowell
PD: Does anybody know where I can find org.apache.maven.project.Model? It is now in a separate artifact, but what project? Thanks!
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
