Author: tschoening Date: Thu Mar 24 15:35:59 2016 New Revision: 1736455 URL: http://svn.apache.org/viewvc?rev=1736455&view=rev Log: "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.
Modified: incubator/log4cxx/trunk/src/site/apt/building/maven.apt Modified: incubator/log4cxx/trunk/src/site/apt/building/maven.apt URL: http://svn.apache.org/viewvc/incubator/log4cxx/trunk/src/site/apt/building/maven.apt?rev=1736455&r1=1736454&r2=1736455&view=diff ============================================================================== --- incubator/log4cxx/trunk/src/site/apt/building/maven.apt (original) +++ incubator/log4cxx/trunk/src/site/apt/building/maven.apt Thu Mar 24 15:35:59 2016 @@ -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. | *--------------------------+---------------------------------------------------------------------------------------------+