summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortschoening <tschoening@13f79535-47bb-0310-9956-ffa450edef68>2016-03-25 10:34:16 +0000
committertschoening <tschoening@13f79535-47bb-0310-9956-ffa450edef68>2016-03-25 10:34:16 +0000
commit0e6d5533a642119cfb4575117ce7456d817cc7bd (patch)
tree698b3113d021693834feb4e5aac7fb2524d4fab4
parent4c6f715b3cd6046b9f95103c15221648f76a7217 (diff)
downloadlog4cxx-0e6d5533a642119cfb4575117ce7456d817cc7bd.tar.gz
IDE project files are generate during phase "site" again.
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736555 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--pom.xml2
-rw-r--r--src/site/apt/building/maven.apt2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index fe86d56..eb36088 100644
--- a/pom.xml
+++ b/pom.xml
@@ -221,7 +221,7 @@
<id>site</id>
<configuration>
<target>
- <ant target="apidocs" />
+ <ant target="site" />
</target>
</configuration>
<goals>
diff --git a/src/site/apt/building/maven.apt b/src/site/apt/building/maven.apt
index 9a3d1fe..cbe3a80 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 apidoc files, requires doxygen. |
+| site | Generate documentation and IDE project files, requires doxygen. |
*--------------------------+---------------------------------------------------------------------------------------------+
| site assembly:assembly | Generate snapshot tarball and zip file. |
*--------------------------+---------------------------------------------------------------------------------------------+