X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fcommons%2Fopendaylight%2Fpom.xml;h=f5fcdbd3d5c33dc56c4dfa13fc7dc4f851fbb985;hb=ef265a54085326fff5227c847fa9736e1f3731bd;hp=98e1d1ab909e945c30f75d3db67bfdb43d4bb654;hpb=9cdf85a4f08bf5a0251bf1b6975e6a89172491b5;p=controller.git diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 98e1d1ab90..f5fcdbd3d5 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -40,6 +40,7 @@ 3.6.0.RELEASE 2.2.0.RELEASE 2.10 + -Xmx1024m -XX:MaxPermSize=256m @@ -291,6 +292,13 @@ org.apache.maven.plugins maven-checkstyle-plugin ${checkstyle.version} + + + org.opendaylight.controller + checkstyle + 0.0.1-SNAPSHOT + + process-sources @@ -301,7 +309,7 @@ true - ${project.parent.basedir}/space_and_tabs_checks.xml + controller/space_and_tabs_checks.xml true true ${project.basedir} @@ -313,6 +321,9 @@ org.apache.maven.plugins maven-failsafe-plugin ${failsafe.version} + + ${testvm.argLine} + @@ -325,6 +336,9 @@ org.apache.maven.plugins maven-surefire-plugin ${surefire.version} + + ${testvm.argLine} +