From 7439e4b43bed13d971bccbc296c2b6dcf078f58a Mon Sep 17 00:00:00 2001 From: tama3 Date: Mon, 10 Sep 2007 10:02:05 +0000 Subject: [PATCH] introduce native2ascii plugin, and update dependency plugin git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/stigmata/trunk@192 acee48c3-7b26-0410-bdac-b3d0e5314bbc --- pom.xml | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 796729a..9f99539 100755 --- a/pom.xml +++ b/pom.xml @@ -68,7 +68,7 @@ edu.stanford.ejalbert BrowserLauncher2 1.3 - compile + runtime junit @@ -130,8 +130,8 @@ - org.codehaus.mojo - dependency-maven-plugin + org.apache.maven.plugins + maven-dependency-plugin copy-dependencies @@ -141,6 +141,27 @@ ${project.build.directory} + runtime + + + + + + + org.codehaus.mojo + native2ascii-maven-plugin + + + + native2ascii + + process-resources + + ${project.build.directory}/classes + ${basedir}/src/main/resources + **/*.source + .properties + shift_jis -- 2.11.0