Statistics
| Revision:

root / trunk / org.gvsig.postgresql / org.gvsig.postgresql.app / pom.xml @ 30

History | View | Annotate | Download (993 Bytes)

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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4

    
5
  <modelVersion>4.0.0</modelVersion>
6
  <artifactId>org.gvsig.postgresql.app</artifactId>
7
  <packaging>pom</packaging>
8
  <name>${project.artifactId}</name>
9
  <parent>
10
      <groupId>org.gvsig</groupId>
11
      <artifactId>org.gvsig.postgresql</artifactId>
12
      <version>2.0.17-SNAPSHOT</version>
13
  </parent>
14
  
15
        <build>
16
                <plugins>
17
                        <plugin>
18
                                <groupId>org.apache.maven.plugins</groupId>
19
                                <artifactId>maven-release-plugin</artifactId>
20
                                <configuration>
21
                                        <tagBase>https://devel.gvsig.org/svn/gvsig-postgresql/tags/</tagBase>
22
                                        <goals>deploy</goals>
23
                                </configuration>
24
                        </plugin>
25
                </plugins>
26
        </build>
27
        
28
  <modules>
29
    <module>org.gvsig.postgresql.app.mainplugin</module>
30
  </modules>
31

    
32
</project>