Hello Marc Thanks again for all the files. I will look at them tomorrow (Monday).
Le 12/10/14 18:10, Marc Le Bihan a écrit : > Sometimes, when I fetch the 0.5 version, I like to compile the javadocs and > attach them to my local repository to be helped immediately, instead of > waiting the release of the full version when the javadoc comes online > (currenlty the 0.4 version is online). I do a simple mvn javadoc:javadoc, > then a mvn javadoc:attach-javadocs, but the javadoc HTML formatting is wrong > because I am missing your doclet. > > How do I reference the sis-build-helper javadoc doclet in my Maven command > line ? There should be nothing to do, since the all the needed configuration is in the root pom.xml. I just tried "mvn javadoc:javadoc" and the HTML formatting was as expected. What is your environment (operating system, Maven version, SIS branch)? Alternatively, you may try: mvn javadoc:javadoc --activate-profiles apache-release The "apache-release" profile will activate the attach-javadoc step. Note also that a javadoc for the nightly builds is available there: https://builds.apache.org/job/sis-dev/javadoc/ Martin
