I still can't build javadocs for apacheds: mvn javadocs:javadocs -Daggregate
There are massive warnings about not found references (probably a result of some refactoring). But that's not the failing reason.
Some classes named package-info.java (i.e. [1]) do have [EMAIL PROTECTED] ...} tags which are causing javadoc generation to fail. Removing those link tags the javadoc generation passes. Is this a bug of the javadoc plugin or can link tags not be used at this place?
Regards Felix [1] protocol-kerberos/src/main/java/org/apache/directory/server/kerberos/protocol/package-info.java
