Repository: yetus Updated Branches: refs/heads/master 2b40ae270 -> 1bab736c8
YETUS-141 make audience annotation jdiff doclet optional. - jdiff module is only included when profile 'include-jdiff-module' is active Signed-off-by: Allen Wittenauer <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/1bab736c Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/1bab736c Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/1bab736c Branch: refs/heads/master Commit: 1bab736c81f501be9992da37e15b31dd774f9e00 Parents: 2b40ae2 Author: Sean Busbey <[email protected]> Authored: Sat Oct 24 01:43:13 2015 -0500 Committer: Allen Wittenauer <[email protected]> Committed: Wed Oct 28 10:08:49 2015 -0700 ---------------------------------------------------------------------- audience-annotations-component/pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/1bab736c/audience-annotations-component/pom.xml ---------------------------------------------------------------------- diff --git a/audience-annotations-component/pom.xml b/audience-annotations-component/pom.xml index c187de2..76bde1a 100644 --- a/audience-annotations-component/pom.xml +++ b/audience-annotations-component/pom.xml @@ -35,6 +35,13 @@ <modules> <module>audience-annotations</module> - <module>audience-annotations-jdiff</module> </modules> + <profiles> + <profile> + <id>include-jdiff-module</id> + <modules> + <module>audience-annotations-jdiff</module> + </modules> + </profile> + </profiles> </project>
