Maybe it is a stupid question:
why don't you use project.properties file for that and do is like this:
jaxme-jelly-tag-library=http://jakarta.apache.org/commons/jelly/libs/jaxme/i ndex.html
?
Actually this is what I am doing at the moment. I have:
link-jaxme-jelly-tag-library=http://jakarta.apache.org/commons/jelly/libs/jaxme/index.html
It is probably a better aproach for this, specially when resource bundles come in. The thing is that I didn't like mixing contents (a link) with maven configuration (project.properties).
I just thought it would be useful to be able to navigate through the properties (from the pom). I suppose this is for performance reasons. If this is the case it is agood enough reason for me.
http://cvs.apache.org/viewcvs.cgi/maven-components/maven-model/
I didn't find org.apache.maven.project.Model there... no sources either.
Regards,
Nacho
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
