IDE project files are generate during phase "site" again.
Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/ca57becb Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/ca57becb Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/ca57becb Branch: refs/heads/master Commit: ca57becb829b77da02f76a2b9a4dc1fe283822e1 Parents: 3a73f2b Author: Thorsten Schöning <[email protected]> Authored: Fri Mar 25 10:34:16 2016 +0000 Committer: Thorsten Schöning <[email protected]> Committed: Fri Mar 25 10:34:16 2016 +0000 ---------------------------------------------------------------------- pom.xml | 2 +- src/site/apt/building/maven.apt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/ca57becb/pom.xml ---------------------------------------------------------------------- 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> http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/ca57becb/src/site/apt/building/maven.apt ---------------------------------------------------------------------- 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. | *--------------------------+---------------------------------------------------------------------------------------------+
