YETUS-101 Nonexistent hook in the build tool support document 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/3eb19bd8 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/3eb19bd8 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/3eb19bd8 Branch: refs/heads/master Commit: 3eb19bd885128a96b2f171390d26d1d06646caf6 Parents: 857828d Author: Ajay Yadava <[email protected]> Authored: Sun Jul 17 11:55:57 2016 +0530 Committer: Allen Wittenauer <[email protected]> Committed: Wed Jul 20 08:59:39 2016 -0700 ---------------------------------------------------------------------- .../source/documentation/in-progress/precommit-buildtools.md | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/3eb19bd8/asf-site-src/source/documentation/in-progress/precommit-buildtools.md ---------------------------------------------------------------------- diff --git a/asf-site-src/source/documentation/in-progress/precommit-buildtools.md b/asf-site-src/source/documentation/in-progress/precommit-buildtools.md index bf530ba..a2c74f2 100644 --- a/asf-site-src/source/documentation/in-progress/precommit-buildtools.md +++ b/asf-site-src/source/documentation/in-progress/precommit-buildtools.md @@ -76,10 +76,6 @@ For example, the gradle build tool does not have a standard way to execute check # Optional Functions -* pluginname\_postapply\_install - - - After the install step, this allows the build tool plug-in to do extra work. - * pluginname\_parse\_args - executed prior to any other above functions except for pluginname\_usage. This is useful for parsing the arguments passed from the user and setting up the execution environment.
