Updated git submodules
authorMichael Vorburger <vorburger@redhat.com>
Thu, 7 Jul 2016 14:23:15 +0000 (16:23 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 18 Jul 2016 15:22:27 +0000 (15:22 +0000)
commit43ef28f031070fa3e0d61511c505647dad9c88e1
tree6719c2f32b037946bd5eb1edf7aade0eeb27f079
parentd879655bde05865349a4608bd2daecb8155d2a0e
Updated git submodules

Project: odlparent master 68afa051f302f5f67aedd42bf1ab2f4cc20d75c7

Introduce PMD Copy/Paste Detector (CPD)

Like Checkstyle, this by default only reports to the console during
(local..) builds, but does not enforce it - builds will NOT fail with
this. Then projects ready to "opt-in" for CPD enforcement can use:

  <properties>
    <pmd.cpd.fail>false</pmd.cpd.fail>
  </properties>

BTW: The "minimumTokens" threshold may take some tuning - let's start
with these approx. 10 line rule, and then adjust it as we see how this
plays out in practice on a number of projects.

Change-Id: If862b8a16db5eed391bb85165987a4302ae44540
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
docs/submodules/odlparent