diff options
| author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2008-11-04 12:06:29 +0000 | 
|---|---|---|
| committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2008-11-04 12:06:29 +0000 | 
| commit | 033e4f4c67fddb5e52e48173418cca826838c618 (patch) | |
| tree | c16a436515bef48f559e8861e1a16717fb9c8623 | |
| parent | 9fcce6749092eb6c5d266dd1dd7099e88014fbd7 (diff) | |
| download | mocca-033e4f4c67fddb5e52e48173418cca826838c618.tar.gz mocca-033e4f4c67fddb5e52e48173418cca826838c618.tar.bz2 mocca-033e4f4c67fddb5e52e48173418cca826838c618.zip | |
UTF-8 encoding sources and resources
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@144 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
| -rw-r--r-- | pom.xml | 11 | ||||
| -rw-r--r-- | smcc/pom.xml | 10 | 
2 files changed, 9 insertions, 12 deletions
| @@ -1,5 +1,5 @@  <?xml version="1.0" encoding="UTF-8"?>
 -<project
 +<project xmlns="http://maven.apache.org/POM/4.0.0"
  	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
  	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  	<modelVersion>4.0.0</modelVersion>
 @@ -47,7 +47,7 @@  		<name>E-Government Innovation Center (EGIZ)</name>
  		<url>http://www.egiz.gv.at</url>
  	</organization>
 -	<build>
 +    <build>
  		<pluginManagement>
  			<plugins>
  				<plugin>
 @@ -63,8 +63,15 @@  						<target>1.6</target>
  						<verbose>true</verbose>
  						<showWarnings>true</showWarnings>
 +                        <encoding>UTF-8</encoding>
  					</configuration>
  				</plugin>
 +                <plugin>
 +                    <artifactId>maven-resources-plugin</artifactId>
 +                    <configuration>
 +                        <encoding>UTF-8</encoding>
 +                    </configuration>
 +                </plugin>
  				<plugin>
  					<artifactId>maven-assembly-plugin</artifactId>
  					<groupId>org.apache.maven.plugins</groupId>
 diff --git a/smcc/pom.xml b/smcc/pom.xml index 9fa81387..5b5c2256 100644 --- a/smcc/pom.xml +++ b/smcc/pom.xml @@ -12,16 +12,6 @@    <packaging>jar</packaging>
    <version>1.0-SNAPSHOT</version>
    <url>http://bku.egiz.gv.at</url>
 -  <build>
 -    <plugins>
 -      <plugin>
 -        <artifactId>maven-resources-plugin</artifactId>
 -        <configuration>
 -          <encoding>UTF-8</encoding>
 -        </configuration>
 -      </plugin>
 -    </plugins>
 -  </build>
    <dependencies>
      <dependency>
        <groupId>commons-logging</groupId>
 | 
