Maven generated javadoc to TeamCity Report Tabs
Hello there,
I've been trying the whole day to create a Report Tab that leads to the javadoc of a specific build. Seems like I must be doing something wrong.
First I added the Maven Build Step javadoc:jar to my Project. Executing that, generates an Artifact named ${project.artifactId}-${project.version}-javadoc.jar
which contains all the generated javadoc.
So after the build the javadoc jar is available in the target folder. I created a new Report Tab with the Start page value: target/*javadoc.jar!index.html but I can't
find any new Report Tab after executing the build.
Any idea what I'm doing wrong?
Please sign in to leave a comment.