From 4408b4f540307ed56802152722db6e9d0c7b26a1 Mon Sep 17 00:00:00 2001 From: Evgeny Mandrikov Date: Wed, 5 Sep 2012 00:50:04 +0600 Subject: [PATCH] Enforce size of distribution to prevent regressions --- sonar-application/pom.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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 @@ + -- 2.39.5