When I run "mvn javadoc:javadoc" for my project I am getting following exception...
javadoc: In doclet class com.sun.tools.doclets.standard.Standard, method start has thrown an exception java.lang.reflect.InvocationTargetException java.lang.StackOverflowError [INFO] ------------------------------------------------------------------------- --- [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------- --- [INFO] Total time: 28 seconds [INFO] Finished at: Thu Dec 15 19:50:40 GMT+05:30 2005 [INFO] Final Memory: 2M/5M [INFO] ------------------------------------------------------------------------- --- My project contains some thousands of source fiile..Is it the problem with heavy load of source files for report generation? Thanks in advance... ----- Deepika.S
