FW: How to include @inheritDoc from a dependent jar

2014-01-22 Thread Mikael Petterson
Hi, Just checking one last time if someone has input about this or knows whom to contact. I have done the following in my pom.xml plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-javadoc-plugin/artifactId

FW: How to include @inheritDoc from a dependent jar

2014-01-15 Thread Mikael Petterson
Hi, New try :-) I have the following: Interface in dependency jar javadoc: /** * Deletes the object found at the specified location. * * @param Object any type of object * @throws InvalidObjectException lots of text * @throws NoSuchObjectException lots of text */