Hi,
We are building a maven site that will contain javadoc for our AppX api ( jar
file).
AppX depends on a few other jar files ( that we have built using maven) . One
dependency jar contain an interface with javadoc and we have a class
implementing it, in AppX.
AppX has @inheritDoc in in the javadoc so we don't have to rewrite it.
When I use the following under <report>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.8.1</version>
</plugin>
But when I open up the javadoc for my Appx and look at the class implementing
the interface there is no javadoc. What am I missing?
Br,
//mike