Use velocity to add dependencies to plans from poms??

2005-02-05 Thread David Jencks
Every time I add or remove a dependency from a plan and have to modify the project.xml as well I feel like our configuration system is just not in a high enough normal form :-) I think we could change this by using velocity to insert the whole dependency element in the plans from the pom,

Re: Use velocity to add dependencies to plans from poms??

2005-02-05 Thread David Jencks
We could also generate geronimo-service.xml dependency lists entirely from the pom, perhaps using geronimo.module.dependencytrue/geronimo.module.dependency This would also eliminate my old objection to the geronimo-service.xml plans that there was no clue that they were being used. david