Statistics
| Revision:

svn-gvsig-desktop / branches / v2_0_0_prep / libraries / libInternationalization / pom.xml @ 26751

History | View | Annotate | Download (1.13 KB)

1
<?xml version="1.0" encoding="UTF-8"?>
2

    
3
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
5
                      http://maven.apache.org/maven-v4_0_0.xsd">
6
        <modelVersion>4.0.0</modelVersion>
7
        <groupId>org.gvsig</groupId>
8
        <artifactId>org.gvsig.i18n</artifactId>
9
        <packaging>jar</packaging>
10
        <version>2.0-SNAPSHOT</version>
11
        <name>libInternationalization</name>
12
        <url>http://gvsig.org</url>
13
        <parent>
14
                <groupId>org.gvsig</groupId>
15
                <artifactId>gvsig-library-base-pom</artifactId>
16
                <version>2.0-SNAPSHOT</version>
17
        </parent>
18
        <dependencies>
19
        </dependencies>
20
        <build>
21
                <sourceDirectory>src</sourceDirectory>
22
                <testSourceDirectory>src-test</testSourceDirectory>
23
                <plugins>
24
                        <plugin>
25
                                <groupId>org.apache.maven.plugins</groupId>
26
                                <artifactId>maven-compiler-plugin</artifactId>
27
                                <configuration>
28
                                        <source>1.4</source>
29
                                        <target>1.4</target>
30
                                        <!-- put your configurations here -->
31
                                        <encoding>ISO-8859-1</encoding>
32
                                </configuration>
33
                        </plugin>
34
                </plugins>
35
        </build>
36
</project>