From 90f46b059790a6909a073e402c896d121fccf7f8 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Mon, 10 Jan 2011 21:02:35 +0100 Subject: [PATCH] compress plugin resources on release --- plugins/pom.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/plugins/pom.xml b/plugins/pom.xml index e91bbca70c..755436a838 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -57,4 +57,33 @@ + + + release + + + + + sonia.maven + web-compressor + 1.0-SNAPSHOT + + + compile + + compress-directory + + + + + true + ${project.build.directory}/classes + + + + + + + + \ No newline at end of file