Statistics
| Revision:

gvsig-attributeeditor / org.gvsig.attributeeditor / trunk / org.gvsig.attributeeditor / pom.xml @ 396

History | View | Annotate | Download (2.69 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/xsd/maven-4.0.0.xsd">
2
        <modelVersion>4.0.0</modelVersion>
3
        <parent>
4
                <groupId>org.gvsig</groupId>
5
                <artifactId>org.gvsig.desktop</artifactId>
6
                <version>2.0.234</version>
7
        </parent>
8
        <groupId>org.gvsig</groupId>
9
        <artifactId>org.gvsig.attributeeditor</artifactId>
10
        <version>1.0.73</version>
11
        <packaging>pom</packaging>
12
        <name>org.gvsig.attributeeditor</name>
13
        <description>This plugins allows to edit the alphanumeric attributes of a layer.</description>
14

    
15
        <repositories>
16
                <repository>
17
                        <id>gvsig-public-http-repository</id>
18
                        <name>gvSIG maven public HTTP repository</name>
19
                        <url>http://devel.gvsig.org/m2repo/j2se</url>
20
                        <releases>
21
                                <enabled>true</enabled>
22
                                <updatePolicy>daily</updatePolicy>
23
                                <checksumPolicy>warn</checksumPolicy>
24
                        </releases>
25
                        <snapshots>
26
                                <enabled>true</enabled>
27
                                <updatePolicy>daily</updatePolicy>
28
                                <checksumPolicy>warn</checksumPolicy>
29
                        </snapshots>
30
                </repository>
31
        </repositories>
32

    
33
        <scm>
34
                <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-attributeeditor/org.gvsig.attributeeditor/tags/org.gvsig.attributeeditor-1.0.73</connection>
35
                <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-attributeeditor/org.gvsig.attributeeditor/tags/org.gvsig.attributeeditor-1.0.73</developerConnection>
36
                <url>https://devel.gvsig.org/redmine/projects/gvsig-attributeeditor/repository/show/org.gvsig.attributeeditor/tags/org.gvsig.attributeeditor-1.0.73</url>
37
        </scm>
38

    
39

    
40
        <dependencyManagement>
41
                <dependencies>
42
                        <dependency>
43
                                <groupId>org.gvsig</groupId>
44
                                <artifactId>
45
                                    org.gvsig.attributeeditor.app.mainplugin
46
                            </artifactId>
47
                                <version>1.0.73</version>
48
                        </dependency>
49
                        <dependency>
50
                                <groupId>org.gvsig</groupId>
51
                                <artifactId>
52
                                    org.gvsig.attributeeditor.mapcontrol
53
                            </artifactId>
54
                                <version>1.0.73</version>
55
                        </dependency>
56
                </dependencies>
57
        </dependencyManagement>
58

    
59
        <build>
60
                <plugins>
61
                        <plugin>
62
                                <groupId>org.apache.maven.plugins</groupId>
63
                                <artifactId>maven-release-plugin</artifactId>
64
                                <configuration>
65
                                        <tagBase>https://devel.gvsig.org/svn/gvsig-attributeeditor/${project.artifactId}/tags</tagBase>
66
                                        <goal>deploy</goal>
67
                                </configuration>
68
                        </plugin>
69
                </plugins>
70
        </build>
71

    
72
        <modules>
73
<!--                 <module>org.gvsig.featureform.swing</module> -->
74
                <module>org.gvsig.attributeeditor.mapcontrol</module>
75
                <module>org.gvsig.attributeeditor.app</module>
76
        </modules>
77

    
78
        <dependencies>
79
          <dependency>
80
            <groupId>org.gvsig</groupId>
81
            <artifactId>org.gvsig.fmap.dal.swing.api</artifactId>
82
          </dependency>
83
        </dependencies>
84
</project>