Le jeudi 11 septembre 2008, Matthias Dorfner a écrit : > 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? no problem, adding a pom.xml only for generating a site won't hurt your existing build As a next step, if your current build is done with Ant, you can use Maven Ant Tasks to handle your project dependencies: this won't be a great change for your Ant build process, and prepare to use Maven more intensively
Regards, Hervé > > > > 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
