Thursday, August 18, 2005

Maven plugin for gump

I have almost completed the parsing of the maven descriptor file for all the information that gump needs. I have gone ahead and built the plug-in for gump that will allow gump to build maven projects when the --do-build command is run. The command line call still needs a little fine tuning but things are looking good. So far the only additions one must add for gump to run maven is in the module tag a type="maven" and a optional goal=" mavengoal" may be added.

ex:
〈 project href="jakarta-turbine-2/project.xml" type="maven" goal="jar"/

Finally a id config file has been added to gump/util to allow updates of known id mismatches between gump and maven.

No comments: