From: Lorand Jakab Date: Mon, 12 Oct 2015 14:10:24 +0000 (+0300) Subject: Merge branch 'master' into topic/ietf_yang X-Git-Tag: release/beryllium~90 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=9f53c62f84b66eac6fbded68018e11f2e3549b3c;p=lispflowmapping.git Merge branch 'master' into topic/ietf_yang Change-Id: I489ceff034e498cff459393c7284370710dc12c6 Signed-off-by: Lorand Jakab --- 9f53c62f84b66eac6fbded68018e11f2e3549b3c diff --cc mappingservice/lisp-proto/pom.xml index 081ee5f47,38c79568d..bc3d208af --- a/mappingservice/lisp-proto/pom.xml +++ b/mappingservice/lisp-proto/pom.xml @@@ -48,36 -48,37 +48,68 @@@ and is available at http://www.eclipse. + + + + + + maven-checkstyle-plugin + + checkstyle/java_rules.xml + true + org/opendaylight/yang/gen/**,**/config/yang/** + true + true + + + + org.opendaylight.lispflowmapping + common.build.tools + ${project.version} + + + + + + check + + process-sources + + + + + ++ + + + maven-compiler-plugin + + + default-compile + compile + + compile + + + + org/opendaylight/lispflowmapping/** + + + + + default-testCompile + test-compile + + testCompile + + + true + + + + +