From: Evgeny Mandrikov Date: Tue, 4 Sep 2012 18:50:04 +0000 (+0600) Subject: Enforce size of distribution to prevent regressions X-Git-Tag: 3.3~329 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4408b4f540307ed56802152722db6e9d0c7b26a1;p=sonarqube.git Enforce size of distribution to prevent regressions --- diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index 93c3f718267..5c7123c128c 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -47,6 +47,30 @@ + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-distribution-size + + enforce + + verify + + + + 54000000 + 52000000 + + ${project.build.directory}/sonar-${project.version}.zip + + + + + + + @@ -218,4 +242,5 @@ +