Hey everybody,
I’m very interested in using maven’s site-plugin for a project homepage including javadoc and several possibilities this plugin offers. There’s already an existing API with javadoc information. At first, my main goal is to implement this project site without merging the whole development process into maven’s model. But I want to have the possibility, once Maven runs with the project site (site plugin) already set up, to adapt to the project model maven offers. So my question is if the project site generation is simply done without touching the development process as it is already or should I choose a simple presentation and publishing tool like apache forrest (which I don’t prefer actually)? What would you suggest? If I can choose maven’s site-plugin, what should I be aware of? I’m sorry cause of this very open questions, but I’m completely new to maven but it sounds very interesting for me. Thanks a lot for your help! Greetings, Matthias
