Updated Branches: refs/heads/sqoop2 e93fbb189 -> b194154c5
SQOOP-758: Generate documentation in package goal (Jarek Jarcec Cecho via Cheolsoo Park) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/b194154c Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/b194154c Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/b194154c Branch: refs/heads/sqoop2 Commit: b194154c56f35486956998225b15062614fe561e Parents: e93fbb1 Author: Cheolsoo Park <[email protected]> Authored: Wed Dec 12 14:26:36 2012 -0800 Committer: Cheolsoo Park <[email protected]> Committed: Wed Dec 12 14:26:36 2012 -0800 ---------------------------------------------------------------------- docs/pom.xml | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/b194154c/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index cbe5053..c519f3f 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -85,6 +85,18 @@ limitations under the License. </plugin> </reportPlugins> </configuration> + + <!-- Configure generating documentation alongside with package --> + <executions> + <execution> + <id>packaging-documentation</id> + <phase>package</phase> + <goals> + <goal>site</goal> + </goals> + </execution> + </executions> + </plugin> </plugins> </build>
