Statistics
| Revision:

root / org.gvsig.wfs.app / trunk / org.gvsig.wfs.app / pom.xml @ 49

History | View | Annotate | Download (2.7 KB)

1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2
    <modelVersion>4.0.0</modelVersion>
3
    <artifactId>org.gvsig.wfs.app</artifactId>
4
    <packaging>pom</packaging>
5
    
6
    <name>Formats: WFS support</name>
7
    <description>Web Feature Service support</description>
8
    <version>2.0.2-SNAPSHOT</version>
9
    
10
    <parent>
11
        <groupId>org.gvsig</groupId>
12
        <artifactId>org.gvsig.desktop</artifactId>
13
        <version>2.0.28</version>
14
    </parent>
15
    
16
    <url>https://devel.gvsig.org/redmine/projects/gvsig-wfs</url>
17
        
18
    <scm>
19
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-wfs/org.gvsig.wfs.app/trunk/org.gvsig.wfs.app</connection>
20
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-wfs/org.gvsig.wfs.app/trunk/org.gvsig.wfs.app</developerConnection>
21
        <url>https://devel.gvsig.org/redmine/projects/gvsig-wfs/repository/show/org.gvsig.wfs.app</url>
22
    </scm>
23
    
24
    <build>
25
        <plugins>
26
                        <plugin>
27
                                <groupId>org.apache.maven.plugins</groupId>
28
                                <artifactId>maven-release-plugin</artifactId>
29
                                <configuration>
30
                                        <tagBase>https://devel.gvsig.org/svn/gvsig-wfs/org.gvsig.wfs.app/tags</tagBase>
31
                                </configuration>
32
                        </plugin>
33
        </plugins>
34
    </build>
35
            
36
        <dependencyManagement>
37
                <dependencies>
38
                
39
        <dependency>
40
            <groupId>org.gvsig</groupId>
41
            <artifactId>org.gvsig.gpe.lib.api</artifactId>
42
            <version>2.1.1</version>
43
        </dependency>
44
        <dependency>
45
            <groupId>org.gvsig</groupId>
46
            <artifactId>org.gvsig.xmlschema.lib.api</artifactId>
47
            <version>2.0.1</version>
48
        </dependency>
49
        <dependency>
50
            <groupId>org.gvsig</groupId>
51
            <artifactId>org.gvsig.xmlpull.lib.impl</artifactId>
52
            <version>2.0.1</version>
53
        </dependency>
54
        <dependency>
55
            <groupId>org.gvsig</groupId>
56
            <artifactId>org.gvsig.xmlpull.prov.kxml</artifactId>
57
            <version>2.0.1</version>
58
        </dependency>
59
        <dependency>
60
            <groupId>org.gvsig</groupId>
61
            <artifactId>org.gvsig.xmlschema.lib.impl</artifactId>
62
            <version>2.0.1</version>
63
        </dependency>
64
        <dependency>
65
            <groupId>org.gvsig</groupId>
66
            <artifactId>org.gvsig.xmlschema.prov.kxml</artifactId>
67
            <version>2.0.1</version>
68
        </dependency>
69
                
70
                </dependencies>
71
        </dependencyManagement>
72

    
73
        <modules>
74
                <module>org.gvsig.wfs.app.mainplugin</module>
75
        </modules>
76

    
77
</project>