From 7e8be13a368b24cafbda6103a288079e061fa99e Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 28 Feb 2017 13:17:05 +0100 Subject: [PATCH] Remove checkstyle plugin declaration Checkstyle should not be run in aggregator poms. This patch fixes a maven warning about missing version and should result in faster compilation times. Change-Id: I07d810fd05568865eb31f2f00fcc482fa4d0e31f Signed-off-by: Robert Varga --- yang/pom.xml | 42 +++++++++++++++++------------------------- 1 file changed, 17 insertions(+), 25 deletions(-) diff --git a/yang/pom.xml b/yang/pom.xml index f729e2424f..ef71be7556 100644 --- a/yang/pom.xml +++ b/yang/pom.xml @@ -10,10 +10,10 @@ - org.opendaylight.odlparent - odlparent-lite - 1.8.0-SNAPSHOT - + org.opendaylight.odlparent + odlparent-lite + 1.8.0-SNAPSHOT + 4.0.0 @@ -43,28 +43,20 @@ yang-system-test yang-test-util - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - - - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + The following configuration is necessary for maven-site-plugin to + correctly identify the correct deployment path for OpenDaylight Maven + sites. + --> + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + -- 2.36.6