"site" phase in maven seems to only call "apidocs", no generation of project files. Generating project files even fails in my env currently, while mvn site does not.
Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/6bd6d023 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/6bd6d023 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/6bd6d023 Branch: refs/heads/master Commit: 6bd6d02319996f7b6f387e9668c6ecbf2fe8c72d Parents: 90d2a2c Author: Thorsten Schöning <[email protected]> Authored: Thu Mar 24 15:35:59 2016 +0000 Committer: Thorsten Schöning <[email protected]> Committed: Thu Mar 24 15:35:59 2016 +0000 ---------------------------------------------------------------------- src/site/apt/building/maven.apt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/6bd6d023/src/site/apt/building/maven.apt ---------------------------------------------------------------------- diff --git a/src/site/apt/building/maven.apt b/src/site/apt/building/maven.apt index 8e3e4be..9bd3a0c 100644 --- a/src/site/apt/building/maven.apt +++ b/src/site/apt/building/maven.apt @@ -62,7 +62,7 @@ $ mvn package *--------------------------+---------------------------------------------------------------------------------------------+ | package | build logcxx library and build and run unit tests and examples. | *--------------------------+---------------------------------------------------------------------------------------------+ -| site | Generate documentation and IDE project files, requires doxygen. | +| site | Generate documentation and apidoc files, requires doxygen. | *--------------------------+---------------------------------------------------------------------------------------------+ | site assembly:assembly | Generate snapshot tarball and zip file. | *--------------------------+---------------------------------------------------------------------------------------------+
