Statistics
| Revision:

root / branches / v2_0_0_prep / build / projects / gvsig-base / pom.xml @ 36648

History | View | Annotate | Download (1.74 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
        <modelVersion>4.0.0</modelVersion>
7
        <groupId>org.gvsig</groupId>
8
        <artifactId>gvsig-base</artifactId>
9
        <packaging>pom</packaging>
10
        <version>2.0</version>
11
        <name>gvsig-base</name>
12
        <description> GvSIG base. This pom mades the minimal base libraries and extensions needed
13
                to run GvSIG</description>
14
        <inceptionYear>2009</inceptionYear>
15
        <parent>
16
        <groupId>org.gvsig</groupId>
17
        <artifactId>gvsig-base-pom</artifactId>
18
        <version>2.0-SNAPSHOT</version>
19
    </parent>
20

    
21
        <distributionManagement>
22
                <site>
23
                        <id>gvsig-repository</id>
24
                        <url>${site-repository}/</url>
25
                </site>
26
        </distributionManagement>
27

    
28
        <properties>
29
                <build-dir>${basedir}/../..</build-dir>
30
        </properties>
31
        <modules>
32
        <!-- This project depends on all the other ones, 
33
        we cannot have it as the first one
34
        <module>../../../org.gvsig.core.maven.dependencies</module>
35
         -->
36
                <module>../gvsig-libs-base</module>
37
                
38
                <module>../gvsig-fmap-base</module>
39

    
40
                <!-- <module>../gvsig-coverage-base</module> -->
41
        
42
                <!-- gvSIG Application and UI -->
43
                <module>../../../libUIComponent</module>
44
                <module>../../../_fwAndami-updater</module>
45
                <module>../../../_fwAndami</module>
46
                <module>../../../libCorePlugin</module>
47
        <module>../../../org.gvsig.personaldb</module>
48
                <module>../../../appgvSIG</module>
49
        <module>../../../org.gvsig.app.document.table.app</module>
50
        <module>../../../org.gvsig.app.document.layout.app</module>
51
                <module>../gvsig-developer</module>
52
        </modules>
53
</project>