X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=commons%2Fconfig-parent%2Fpom.xml;fp=commons%2Fconfig-parent%2Fpom.xml;h=cb0475812168042c7b776decfe6c2917944ee9bf;hb=8a74d28e4c0c266fa3c4583060e82aaf8f07fbf3;hp=123382a0452d7b73000bdd5ea0613f93118713f7;hpb=38e901ce00a8f5700b8c08917f76b4748df25d9e;p=vpnservice.git diff --git a/commons/config-parent/pom.xml b/commons/config-parent/pom.xml index 123382a0..cb047581 100644 --- a/commons/config-parent/pom.xml +++ b/commons/config-parent/pom.xml @@ -24,6 +24,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 0.1.0-SNAPSHOT + 0.7.2.201409121644 2010.09.24.7-SNAPSHOT 2010.09.24.7-SNAPSHOT 2014.05.08.7-SNAPSHOT @@ -55,15 +56,47 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.apache.maven.plugins maven-checkstyle-plugin + + + process-sources + + check + + + ${project.basedir}/../../commons/src/main/resources/vpns_checks.xml true **/*.java,**/*.xml,**/*.ini,**/*.sh,**/*.bat - **/yang/ + **\/target\/,**\/bin\/,**\/third-party,**\/yang-gen-sal + + org.jacoco + jacoco-maven-plugin + + + org.opendaylight.vpnservice.* + + + + + pre-test + + prepare-agent + + + + post-test + + report + + test + + +