From 03f11468e4660db15e209a65f4dbfa5451e201bc Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Thu, 29 Aug 2013 23:44:43 -0700 Subject: [PATCH] yang-prototype: add missing version for maven-site-plugin This fixes the following warnings: [WARNING] Some problems were encountered while building the effective model for org.opendaylight.controller:concepts-lang:jar:0.5-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-site-plugin is missing. @ org.opendaylight.controller:yang-prototype:0.5-SNAPSHOT, /home/chrisw/git/opendaylight/controller/opendaylight/sal/yang-prototype/pom.xml, line 227, column 21 [WARNING] [WARNING] Some problems were encountered while building the effective model for org.opendaylight.controller:yang-prototype:pom:0.5-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-site-plugin is missing. @ line 227, column 21 Change-Id: Ie36afa672081e3fa5445e539d9279ce14a6fdec0 Signed-off-by: Chris Wright --- opendaylight/sal/yang-prototype/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/opendaylight/sal/yang-prototype/pom.xml b/opendaylight/sal/yang-prototype/pom.xml index 555c94ed7c..c9af69c436 100644 --- a/opendaylight/sal/yang-prototype/pom.xml +++ b/opendaylight/sal/yang-prototype/pom.xml @@ -227,6 +227,7 @@ org.apache.maven.plugins maven-site-plugin + ${siteplugin} false @@ -263,6 +264,7 @@ org.apache.maven.plugins maven-site-plugin + ${siteplugin} org.apache.maven.doxia -- 2.36.6