diff --git a/pmd.xml b/pmd.xml index d988308..2bbe00c 100644 --- a/pmd.xml +++ b/pmd.xml @@ -15,11 +15,19 @@ 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. --> - + Excludes from default PMD rules. - \ No newline at end of file + + + + + + + + + + + diff --git a/pom.xml b/pom.xml index a1d7b9f..9a66fe5 100644 --- a/pom.xml +++ b/pom.xml @@ -197,7 +197,7 @@ under the License. - clean verify apache-rat:check japicmp:cmp javadoc:javadoc checkstyle:check + clean verify apache-rat:check japicmp:cmp javadoc:javadoc checkstyle:check pmd:check