The javadoc of Infinispan does not have references to the Hibernate Search API; this is quite uncomfortable for Infinispan Query users: I think we should at least import the annotations and the DSL docs.
http://docs.jboss.org/infinispan/5.2/apidocs/ http://docs.jboss.org/hibernate/search/4.2/api/ Would you agree in merging the docs from hibernate-search-engine ? Also, I was looking at how this could be done [1]. I have been playing with the maven-javadoc-plugin configuration section under the distribution profile, but it seems to be ignored. >From the Infinispan source code root I'm running >mvn javadoc:aggregate -Pdistribution this does produce javadoc in the /target/site/apidocs but seems to ignore any configuration option. what am I missing? Cheers, Sanne 1 - http://maven.apache.org/plugins/maven-javadoc-plugin/examples/aggregate-dependency-sources.html _______________________________________________ infinispan-dev mailing list [email protected] https://lists.jboss.org/mailman/listinfo/infinispan-dev
