Skip to content

Commit

Permalink
dsldevkit#22: SCA configuration - enable cpd in child pom
Browse files Browse the repository at this point in the history
 - Enable CPD threshold of 100 in child poms

Issue: dsldevkit#22
  • Loading branch information
[email protected] authored and [email protected] committed Dec 21, 2017
1 parent fa00851 commit f3c052e
Show file tree
Hide file tree
Showing 51 changed files with 204 additions and 0 deletions.
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.check.core.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@

<artifactId>com.avaloq.tools.ddk.check.core.test</artifactId>
<packaging>eclipse-test-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>
</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.check.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
<groupId>com.avaloq.tools.ddk</groupId>
<artifactId>com.avaloq.tools.ddk.check.core</artifactId>
<packaging>eclipse-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>
</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.check.generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
<groupId>com.avaloq.tools.ddk</groupId>
<artifactId>com.avaloq.tools.ddk.check.generator</artifactId>
<packaging>eclipse-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>
</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.check.lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
<groupId>com.avaloq.tools.ddk</groupId>
<artifactId>com.avaloq.tools.ddk.check.lib</artifactId>
<packaging>eclipse-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>
</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.check.runtime.core.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@

<artifactId>com.avaloq.tools.ddk.check.runtime.core.test</artifactId>
<packaging>eclipse-test-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>
</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.check.runtime.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
<groupId>com.avaloq.tools.ddk</groupId>
<artifactId>com.avaloq.tools.ddk.check.runtime.core</artifactId>
<packaging>eclipse-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>
</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.check.runtime.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
<groupId>com.avaloq.tools.ddk</groupId>
<artifactId>com.avaloq.tools.ddk.check.runtime.ui</artifactId>
<packaging>eclipse-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>
</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.check.test.runtime.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@

<artifactId>com.avaloq.tools.ddk.check.test.runtime.tests</artifactId>
<packaging>eclipse-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>
</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.check.test.runtime.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@

<artifactId>com.avaloq.tools.ddk.check.test.runtime.ui</artifactId>
<packaging>eclipse-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>
</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.check.test.runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@

<artifactId>com.avaloq.tools.ddk.check.test.runtime</artifactId>
<packaging>eclipse-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>
</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.check.ui.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@

<artifactId>com.avaloq.tools.ddk.check.ui.test</artifactId>
<packaging>eclipse-test-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>
</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.check.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
<groupId>com.avaloq.tools.ddk</groupId>
<artifactId>com.avaloq.tools.ddk.check.ui</artifactId>
<packaging>eclipse-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>
</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.checkcfg.core.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@

<artifactId>com.avaloq.tools.ddk.checkcfg.core.test</artifactId>
<packaging>eclipse-test-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>
</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.checkcfg.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
<groupId>com.avaloq.tools.ddk</groupId>
<artifactId>com.avaloq.tools.ddk.checkcfg.core</artifactId>
<packaging>eclipse-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>
</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.checkcfg.ui.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@

<artifactId>com.avaloq.tools.ddk.checkcfg.ui.test</artifactId>
<packaging>eclipse-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>
</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.checkcfg.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
<groupId>com.avaloq.tools.ddk</groupId>
<artifactId>com.avaloq.tools.ddk.checkcfg.ui</artifactId>
<packaging>eclipse-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>
</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.test.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@

<artifactId>com.avaloq.tools.ddk.test.core</artifactId>
<packaging>eclipse-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>
</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.test.ui.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@

<artifactId>com.avaloq.tools.ddk.test.ui.test</artifactId>
<packaging>eclipse-test-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>
</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.test.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@

<artifactId>com.avaloq.tools.ddk.test.ui</artifactId>
<packaging>eclipse-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>
</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.typesystem.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@
<artifactId>com.avaloq.tools.ddk.typesystem.test</artifactId>
<packaging>eclipse-test-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>

</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.typesystem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
<groupId>com.avaloq.tools.ddk</groupId>
<artifactId>com.avaloq.tools.ddk.typesystem</artifactId>
<packaging>eclipse-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>
</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.xtext.builder.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
<groupId>com.avaloq.tools.ddk</groupId>
<artifactId>com.avaloq.tools.ddk.xtext.builder.ui</artifactId>
<packaging>eclipse-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>
</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.xtext.builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
<groupId>com.avaloq.tools.ddk</groupId>
<artifactId>com.avaloq.tools.ddk.xtext.builder</artifactId>
<packaging>eclipse-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>
</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.xtext.common.types.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
<groupId>com.avaloq.tools.ddk</groupId>
<artifactId>com.avaloq.tools.ddk.xtext.common.types.ui</artifactId>
<packaging>eclipse-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>
</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.xtext.common.types/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
<groupId>com.avaloq.tools.ddk</groupId>
<artifactId>com.avaloq.tools.ddk.xtext.common.types</artifactId>
<packaging>eclipse-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>
</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.xtext.common.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@

<artifactId>com.avaloq.tools.ddk.xtext.common.ui</artifactId>
<packaging>eclipse-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>
</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.xtext.export.generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
<groupId>com.avaloq.tools.ddk</groupId>
<artifactId>com.avaloq.tools.ddk.xtext.export.generator</artifactId>
<packaging>eclipse-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>
</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.xtext.export.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@
<artifactId>com.avaloq.tools.ddk.xtext.export.test</artifactId>
<packaging>eclipse-test-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>

</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.xtext.export.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
<groupId>com.avaloq.tools.ddk</groupId>
<artifactId>com.avaloq.tools.ddk.xtext.export.ui</artifactId>
<packaging>eclipse-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>
</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.xtext.export/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
<groupId>com.avaloq.tools.ddk</groupId>
<artifactId>com.avaloq.tools.ddk.xtext.export</artifactId>
<packaging>eclipse-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>
</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.xtext.expression.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
<groupId>com.avaloq.tools.ddk</groupId>
<artifactId>com.avaloq.tools.ddk.xtext.expression.ui</artifactId>
<packaging>eclipse-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>
</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.xtext.expression/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
<groupId>com.avaloq.tools.ddk</groupId>
<artifactId>com.avaloq.tools.ddk.xtext.expression</artifactId>
<packaging>eclipse-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>
</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.xtext.format.generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
<groupId>com.avaloq.tools.ddk</groupId>
<artifactId>com.avaloq.tools.ddk.xtext.format.generator</artifactId>
<packaging>eclipse-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>
</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.xtext.format.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@
<artifactId>com.avaloq.tools.ddk.xtext.format.test</artifactId>
<packaging>eclipse-test-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>

</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.xtext.format.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
<groupId>com.avaloq.tools.ddk</groupId>
<artifactId>com.avaloq.tools.ddk.xtext.format.ui</artifactId>
<packaging>eclipse-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>
</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.xtext.format/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
<groupId>com.avaloq.tools.ddk</groupId>
<artifactId>com.avaloq.tools.ddk.xtext.format</artifactId>
<packaging>eclipse-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>
</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.xtext.generator.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@
<artifactId>com.avaloq.tools.ddk.xtext.generator.test</artifactId>
<packaging>eclipse-test-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>

</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.xtext.generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
<groupId>com.avaloq.tools.ddk</groupId>
<artifactId>com.avaloq.tools.ddk.xtext.generator</artifactId>
<packaging>eclipse-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>
</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.xtext.scope.generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
<groupId>com.avaloq.tools.ddk</groupId>
<artifactId>com.avaloq.tools.ddk.xtext.scope.generator</artifactId>
<packaging>eclipse-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>
</project>
4 changes: 4 additions & 0 deletions com.avaloq.tools.ddk.xtext.scope.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
<groupId>com.avaloq.tools.ddk</groupId>
<artifactId>com.avaloq.tools.ddk.xtext.scope.ui</artifactId>
<packaging>eclipse-plugin</packaging>

<properties>
<pmd.cpd.min>100</pmd.cpd.min>
</properties>
</project>
Loading

0 comments on commit f3c052e

Please sign in to comment.