From c9217265fd16c9d14b1fefb1e7e123a0544e1a57 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Thu, 23 Aug 2012 22:25:15 -0300 Subject: [PATCH] Replace ant call by native2ascci maven plugin. --- pom.xml | 6 +++--- wise-webapp/pom.xml | 29 +++++++++++------------------ 2 files changed, 14 insertions(+), 21 deletions(-) diff --git a/pom.xml b/pom.xml index d469c4f8..c3b2844d 100644 --- a/pom.xml +++ b/pom.xml @@ -85,9 +85,9 @@ 1.7 - net.alchim31.maven - yuicompressor-maven-plugin - 1.1 + org.codehaus.mojo + native2ascii-maven-plugin + 1.0-beta-1 diff --git a/wise-webapp/pom.xml b/wise-webapp/pom.xml index e461bfa8..19f6f29e 100644 --- a/wise-webapp/pom.xml +++ b/wise-webapp/pom.xml @@ -380,32 +380,25 @@ - - org.apache.maven.plugins - maven-antrun-plugin + org.codehaus.mojo + native2ascii-maven-plugin - compile - compile - - - - - - - - - run + native2ascii + + UTF-8 + + messages*.properties + + + + maven-war-plugin 2.1.1