On 9/3/07, David Jencks <[EMAIL PROTECTED]> wrote: > I've committed what I have so far: > > - use new plugin schema > - generate geronimo-plugin.xml files for each car from pom.xml > - generate plan environment section from explicitly listed car-maven- > plugin configuration instead of from maven dependencies. We check > that each dependency listed in the maven plugin config is actually > present in the maven dependencies section. > - moved car plans to src/main/plan/plan.xml > - include plan in the car for reference. > > Problems/left to do: > - I haven't converted many of the car poms to actually generate the > correct geronimo-plugin.xml or the correct plan, so most plans have > the previously generated dependencies in them. There are a lot > (nearly 100) so if anyone wants to help me update the poms that would > be great. I did do a few of the cars with existing geronimo-plugin.xmls.
Awesome. I'll help you update these. > thanks > david jencks > Cheers Prasad > > On Aug 31, 2007, at 10:28 AM, David Jencks wrote: > > > So I have the code compiling but now all the geronimo-plugin.xml > > files are in the old format... :-( > > > > I'm going to look into generating them in the car-maven-plugin > > along with making a car-maven-plugin configuration that includes > > the dependencies more directly so we don't spend hours trying to > > generate them from the maven dependencies. > > > > thanks > > david jencks > > > > suffering from feature creep... > > > > On Aug 29, 2007, at 12:26 PM, David Jencks wrote: > > > >> I'm going to take a couple days to see if I can get the plugin > >> installer in better shape. > >> > >> My goals are: > >> - new schema as in GERONIMO-3330 > >> - jaxb based > >> - easier to use the local maven repo as a plugin repo. This might > >> be done by having a "scan repo and generate geronimo-plugins.xml > >> from all the plugins we find" function. > >> - let plugin xml contain more global bits. Right now it can > >> contain config.xml bits, it should be able to modify other > >> config.xml type files (offline deployer, etc) and artifact_aliases > >> and config-substitutions properties files. The changes to the > >> properties files need to be live so e.g. when the plugin is > >> started the new entries get used. > >> > >> thanks > >> david jencks > >> > >> > > > >
