You can see it easily at my site. http://repast-jellytag.sourceforge.netIs there any way I can enforce an ordering?
Nope. I think you need a different tool than the reactor if you don't need the dependency ordering.
We could certainly make a abstract tool with a pluggable strategies for ordering. The dependency ordering strategy would be what we need to the reactor but then you could also enforce whatever ordering you wanted. I only ever thought about dependency ordering myself.
What's your use case if I may ask?
I'm trying to enforce an ordering on the POM's used in "templating" of the navigation bar. This specific approach is built upon the db-site demo at apache
http://db.apache.org/
I could just copy the generated navigation.xml into each of my subprojects via a maven goal in each sub project to get at least a consistent ordering, but I'd rather have the ordering either consistently alpha-numeric or an order I can enforce, I'd like to keep it simple, I'm not quite ready to delve into creating my own plug-in or anything like that. I was just hoping for an attribute or something I could use to order the POM's used in building my navigation bars.
-Mark
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
