Re: can maven site skip the process of generating the javadoc

2007-03-29 Thread Sean Qiu
Yes At first i want get the report by means of mvn site. Now, i write a script to summrize the generated by myself. And i find it's much more effective 2007/3/29, Nick Stolwijk <[EMAIL PROTECTED]>: If you only want the surefire reports generated, you might try: mvn surefire-report:report. See [1

Re: can maven site skip the process of generating the javadoc

2007-03-28 Thread Nick Stolwijk
If you only want the surefire reports generated, you might try: mvn surefire-report:report. See [1] for all the default plugins and reports and [2] for the surefire-report. Hth, Nick Stolwijk [1] http://maven.apache.org/plugins/index.html [2] http://maven.apache.org/plugins/maven-surefire-rep

Re: can maven site skip the process of generating the javadoc

2007-03-28 Thread Sean Qiu
Sorry. I am a fresh man. Can you show me the detail? thanks very much 2007/3/28, David J. M. Karlsen <[EMAIL PROTECTED]>: Sean Qiu wrote: > Hi, all > > i want get the test result but the process of generating javadoc is > time-consuming. > I stuff it into a profile triggered by the property p

Re: can maven site skip the process of generating the javadoc

2007-03-28 Thread David J. M. Karlsen
Sean Qiu wrote: Hi, all i want get the test result but the process of generating javadoc is time-consuming. I stuff it into a profile triggered by the property performRelease -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com ---

can maven site skip the process of generating the javadoc

2007-03-28 Thread Sean Qiu
Hi, all i want get the test result but the process of generating javadoc is time-consuming. thanks guys -- Sean Qiu - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]