Statistics
| Revision:

root / org.gvsig.xmlschema / library / trunk / org.gvsig.xmlschema / pom.xml @ 317

History | View | Annotate | Download (1.59 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
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
  <modelVersion>4.0.0</modelVersion>
5
  <artifactId>org.gvsig.xmlschema</artifactId>
6
  <packaging>pom</packaging>
7
  <version>2.0.1-SNAPSHOT</version>
8

    
9
  <name>${project.artifactId}</name>
10
  <description>XML Schema loading support library</description>
11
  <url>http://devel.gvsig.org/sites/org.gvsig.xmlschema</url>
12
  
13
  <parent>
14
      <groupId>org.gvsig</groupId>
15
      <artifactId>org.gvsig.desktop.library</artifactId>
16
      <version>2.0.17-SNAPSHOT</version>
17
  </parent>
18
  
19
  <scm>
20
    <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-gpe/org.gvsig.xmlschema/library/trunk/org.gvsig.xmlschema</connection>
21
    <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-gpe/org.gvsig.xmlschema/library/trunk/org.gvsig.xmlschema</developerConnection>
22
    <url>https://devel.gvsig.org/redmine/projects/gvsig-gpe/repository/show/org.gvsig.xmlschema/library/trunk/org.gvsig.xmlschema</url>
23
  </scm>
24
  
25
        <build>
26
                <plugins>
27
                        <plugin>
28
                                <groupId>org.apache.maven.plugins</groupId>
29
                                <artifactId>maven-release-plugin</artifactId>
30
                                <configuration>
31
                                        <tagBase>https://devel.gvsig.org/svn/gvsig-gpe/org.gvsig.xmlschema/library/tags</tagBase>
32
                                </configuration>
33
                        </plugin>
34
                </plugins>
35
        </build>
36

    
37
        <modules>
38
                <module>org.gvsig.xmlschema.lib</module>
39
                <module>org.gvsig.xmlschema.prov</module>
40
        </modules>
41
  
42
</project>