Repository: apex-site Updated Branches: refs/heads/master a1d111287 -> cedfda71f
Corrected verification instruction. Apex -> Apex Core, Malhar -> Apex Malhar Project: http://git-wip-us.apache.org/repos/asf/apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-site/commit/cedfda71 Tree: http://git-wip-us.apache.org/repos/asf/apex-site/tree/cedfda71 Diff: http://git-wip-us.apache.org/repos/asf/apex-site/diff/cedfda71 Branch: refs/heads/master Commit: cedfda71f7908cf704ae51d1e08cb54710ea13d5 Parents: a1d1112 Author: David Yan <[email protected]> Authored: Wed Aug 31 14:10:03 2016 -0700 Committer: David Yan <[email protected]> Committed: Wed Aug 31 14:10:03 2016 -0700 ---------------------------------------------------------------------- src/md/verification.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/apex-site/blob/cedfda71/src/md/verification.md ---------------------------------------------------------------------- diff --git a/src/md/verification.md b/src/md/verification.md index eb394ea..47cd2c3 100644 --- a/src/md/verification.md +++ b/src/md/verification.md @@ -80,11 +80,11 @@ Please make sure no binary extension is listed here. Likely candidates are .jar ### Check for compilation, license headers, etc. -For Apex: +For Apex Core: ```bash mvn clean apache-rat:check verify -Dlicense.skip=false install ``` -For Malhar: +For Apex Malhar: ```bash mvn clean apache-rat:check verify -Dlicense.skip=false -Pall-modules install ```
