Statistics
| Revision:

root / branches / v2_0_0_prep / extensions / extIconThemeBase / pom.xml @ 38455

History | View | Annotate | Download (1.47 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/xsd/maven-4.0.0.xsd">
6
                      
7
        <modelVersion>4.0.0</modelVersion>
8
        <artifactId>org.gvsig.theme.baseicons</artifactId>
9
        <packaging>jar</packaging>
10
        <version>2.0-SNAPSHOT</version>
11
        <name>Default icon set</name>
12
        <description>Base icon theme for gvSIG</description>
13
        <parent>
14
                <groupId>org.gvsig</groupId>
15
                <artifactId>gvsig-base-extension-pom
16
                </artifactId>
17
                <version>2.0-SNAPSHOT</version>
18
        </parent>        
19
        <dependencies>
20
                <dependency>
21
                        <groupId>org.gvsig</groupId>
22
                        <artifactId>org.gvsig.andami</artifactId>
23
            <scope>compile</scope>
24
                </dependency>
25
        </dependencies>
26
        <properties>
27
                <build-dir>${basedir}/../build</build-dir>
28
        <eclipse.project.name>extIconThemeBase</eclipse.project.name>
29
        <package.info.state>alpha6</package.info.state>
30
        </properties>
31
        <build>
32
                <sourceDirectory>src</sourceDirectory>
33
        <plugins>
34
            <!-- TODO: MAKE TESTS WORK AND REMOVE THIS OPTION -->
35
            <plugin>
36
                <groupId>org.apache.maven.plugins</groupId>
37
                <artifactId>maven-surefire-plugin</artifactId>
38
                <configuration>
39
                    <skipTests>true</skipTests>
40
                </configuration>
41
            </plugin>       
42
        </plugins>        
43
        </build>
44
</project>