From: Robert Varga Date: Tue, 28 Feb 2017 12:17:05 +0000 (+0100) Subject: Remove checkstyle plugin declaration X-Git-Tag: release/carbon~56 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=7e8be13a368b24cafbda6103a288079e061fa99e;p=yangtools.git 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 --- 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}/ + +