<!---
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements.  See the NOTICE file
  distributed with this work for additional information
  regarding copyright ownership.  The ASF licenses this file
  to you under the Apache License, Version 2.0 (the
  "License"); you may not use this file except in compliance
  with the License.  You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing,
  software distributed under the License is distributed on an
  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  KIND, either express or implied.  See the License for the
  specific language governing permissions and limitations
  under the License.
-->

<h1 id="glossary">Glossary</h1>

<h2 id="genericoutside-definitions">Generic/outside definitions:</h2>

<p>Apache's <a href="https://community.apache.org/contributors/">new contributor documentation</a> and Maven's <a href="https://maven.apache.org/glossary.html">glossary</a> are great places to start if you are new to Apache or Maven.</p>

<ul>
  <li>
    <p>Module</p>

    <p>Almost the same meaning as "sub-project" on Maven.</p>
  </li>
</ul>

<h2 id="test-patch-specific">test-patch specific</h2>

<ul>
  <li>
    <p>Personality</p>

    <p>A chunk of shell code that tells test-patch this particular project's needs and special requirements</p>
  </li>
  <li>
    <p>Plug-ins</p>

    <p>Shell code snippets that define new, not built-in test types.</p>
  </li>
  <li>
    <p>Precommit</p>

    <p>An automated process that verifies a patch is "good" prior to a committer looking at it.</p>
  </li>
</ul>
