Hi, thanks Christian to making those fixes so quickly :-)
> > 3. Generated docs placed in target/site directory. >> target is the default build directory for maven. Typically, the site >> built with the release is placed in doc, leaving the target directory >> available for end-user builds. > > Hmm... the maven-javadoc-plugin and maven-assembly-plugin as I know it > from other projects always use the target/ directory. > And if a programmer executes "mvn site" or similar, well then I would > expect nothing else than that he of course overwrites the released > api documentation as well as the released zip files because that's > just what a build is supposed to. I think we should simply move it out (already done :-)) - hope thats ok for you too. I thought about it and felt that I would expect a docs directory too Best, Christian
