Re: Maven
Re: Maven
- Subject: Re: Maven
- From: Michael Henderson <email@hidden>
- Date: Sat, 17 Jul 2004 11:55:35 -0700
Hi,
I have used it for WO to generate project documentation with:
maven site:generate
This goal generates a complete project web-site with Javadoc, Source
code X-reference Junit test reports, etc. If you configure project.xml
it will generate pages with links to your mailing lists CVS web
interface, list project dependencies, team members.
If you use xdoc as your project documentation (it's a simple xml
format) you can add your own documentation to the project web-site.
There's a plugin under development: http://mevenide.codehaus.org/ to
integrate with various IDE's. I've looked at it in Eclipse and it has a
Forms interface for creating the project.xml file.
The 2 things I had to do to use maven in WO was put all source files
under a src directory in my project folder. and do some configuration
in maven.xml to add the WO Framework jars to the maven build path.
I like the fact that the project.xml file is relatively simple. The
download of the project dependencies from a central repository is cool.
Mike
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >Maven (From: email@hidden) |