From 63b8dc333395e24243a752153727985a433638a8 Mon Sep 17 00:00:00 2001 From: Sam Hague Date: Mon, 28 Sep 2015 17:21:34 -0400 Subject: [PATCH] Use odlparent checkstyle Patch set 2: Remove ovsdb_checks.xml from parent pom Patch set 3: Remove ovsdb_checks.xml from directory Patch set 4: Add hwvtepsouthbound Change-Id: Iccc680728e19967f9977453bb75c9c64b1a53e0c Signed-off-by: Sam Hague --- commons/parent/pom.xml | 5 +- .../src/main/resources/ovsdb_checks.xml | 230 ------------------ hwvtepsouthbound/hwvtepsouthbound-api/pom.xml | 5 - .../hwvtepsouthbound-impl/pom.xml | 12 + openstack/net-virt-it/pom.xml | 17 +- southbound/southbound-api/pom.xml | 5 - southbound/southbound-impl/pom.xml | 5 - southbound/southbound-it/pom.xml | 7 +- 8 files changed, 18 insertions(+), 268 deletions(-) delete mode 100644 commons/parent/src/main/resources/ovsdb_checks.xml diff --git a/commons/parent/pom.xml b/commons/parent/pom.xml index 5cb6e2657..f00ce8b4c 100644 --- a/commons/parent/pom.xml +++ b/commons/parent/pom.xml @@ -439,13 +439,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - src/main/resources/ovsdb_checks.xml true **/*.java,**/*.xml,**/*.ini,**/*.sh,**/*.bat - **/yang/,**/features/,**/integrationtest/,**/northbound/, + **/yang/,**/features/, **/openstack/,**/ovs-sfc/, - **/ovsdb-plugin-compatibility-layer/, - **/plugin/,**/plugin-shell/, **/schema/hardwarevtep/,**/schema/openvswitch/, **/southbound/,**/utils/ diff --git a/commons/parent/src/main/resources/ovsdb_checks.xml b/commons/parent/src/main/resources/ovsdb_checks.xml deleted file mode 100644 index daf4a179e..000000000 --- a/commons/parent/src/main/resources/ovsdb_checks.xml +++ /dev/null @@ -1,230 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/hwvtepsouthbound/hwvtepsouthbound-api/pom.xml b/hwvtepsouthbound/hwvtepsouthbound-api/pom.xml index d5ec211c2..6f8745dc8 100644 --- a/hwvtepsouthbound/hwvtepsouthbound-api/pom.xml +++ b/hwvtepsouthbound/hwvtepsouthbound-api/pom.xml @@ -75,12 +75,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.apache.maven.plugins maven-checkstyle-plugin - - ${project.basedir}/../../commons/parent/src/main/resources/ovsdb_checks.xml - true - **/*.java,**/*.xml,**/*.ini,**/*.sh,**/*.bat - **/yang/ diff --git a/hwvtepsouthbound/hwvtepsouthbound-impl/pom.xml b/hwvtepsouthbound/hwvtepsouthbound-impl/pom.xml index a111024be..9119a649f 100644 --- a/hwvtepsouthbound/hwvtepsouthbound-impl/pom.xml +++ b/hwvtepsouthbound/hwvtepsouthbound-impl/pom.xml @@ -41,4 +41,16 @@ and is available at http://www.eclipse.org/legal/epl-v10.html + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + true + + + + + diff --git a/openstack/net-virt-it/pom.xml b/openstack/net-virt-it/pom.xml index d1381cdd0..4bf8c654b 100644 --- a/openstack/net-virt-it/pom.xml +++ b/openstack/net-virt-it/pom.xml @@ -147,6 +147,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.jacoco jacoco-maven-plugin + + org.apache.maven.plugins + maven-checkstyle-plugin + org.apache.maven.plugins maven-failsafe-plugin @@ -165,19 +169,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - diff --git a/southbound/southbound-api/pom.xml b/southbound/southbound-api/pom.xml index 9b46cf756..fa167a8da 100644 --- a/southbound/southbound-api/pom.xml +++ b/southbound/southbound-api/pom.xml @@ -100,12 +100,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.apache.maven.plugins maven-checkstyle-plugin - - ${project.basedir}/../../commons/parent/src/main/resources/ovsdb_checks.xml - true - **/*.java,**/*.xml,**/*.ini,**/*.sh,**/*.bat - **/yang/ diff --git a/southbound/southbound-impl/pom.xml b/southbound/southbound-impl/pom.xml index 342d8c80d..f5e09078a 100644 --- a/southbound/southbound-impl/pom.xml +++ b/southbound/southbound-impl/pom.xml @@ -111,12 +111,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.apache.maven.plugins maven-checkstyle-plugin - - ${project.basedir}/../../commons/parent/src/main/resources/ovsdb_checks.xml - true - **/*.java,**/*.xml,**/*.ini,**/*.sh,**/*.bat - **/yang/ diff --git a/southbound/southbound-it/pom.xml b/southbound/southbound-it/pom.xml index 88387769a..0192b0150 100644 --- a/southbound/southbound-it/pom.xml +++ b/southbound/southbound-it/pom.xml @@ -173,13 +173,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.apache.maven.plugins maven-checkstyle-plugin - - ${project.basedir}/../../commons/parent/src/main/resources/ovsdb_checks.xml - - true true - **/*.java,**/*.xml,**/*.ini,**/*.sh,**/*.bat - **/yang/ + true -- 2.36.6