I want to create the Javadoc files of my project on the SVN-server right after I commited it, meaning that I want the server to do the work.
I already looked in the maven-javadoc-plugin examples section, but I could not find a suitable solution. (Maybe I just didn't understand it, I am new to Maven. If so, please be lenient and explain it to me)
It is important to notice, that I do not want Maven to generate the Javadoc on every build as it would be a big perfomance loss. I could just figure out, that <reporting/>
should be the correct location.
I am using eclipse IDE for Java EE developers and Maven 3.
Thank you in advance