summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortschoening <tschoening@13f79535-47bb-0310-9956-ffa450edef68>2016-03-24 15:35:59 +0000
committertschoening <tschoening@13f79535-47bb-0310-9956-ffa450edef68>2016-03-24 15:35:59 +0000
commitd67cb7b2706070f62dcb489b5a7922335d613b4d (patch)
tree0998863426c78d62651a5f8963c907719a632210
parent4e90ab472383d89e384c345bc023cf88cab9f8ea (diff)
downloadlog4cxx-d67cb7b2706070f62dcb489b5a7922335d613b4d.tar.gz
"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.
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736455 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--src/site/apt/building/maven.apt2
1 files changed, 1 insertions, 1 deletions
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. |
*--------------------------+---------------------------------------------------------------------------------------------+