Hi, in Apache Sling we have the need to add additional information to a dependency in a pom, basically it's just an xml attribute, like:
<dependency sling:startlevel="1"> Now, with a little bit of hacking we could get this working in our plugin be parsing or converting the pom xml file ourselves (we don't need pom inheritance or transitive handling of this additional information) The question now is, what do you think about it? Is there something planned in that direction? If we would do it, do you think that we might get into trouble with future versions of maven? Regards Carsten -- Carsten Ziegeler cziege...@apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org