Statistics
| Revision:

root / trunk / org.gvsig.dwg / org.gvsig.dwg.app / pom.xml @ 5

History | View | Annotate | Download (1.57 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" 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.dwg.app</artifactId>
7
  <packaging>pom</packaging>
8
  <name>${project.artifactId}</name>
9
  <!--
10
    This projects extends org.gvsig.desktop.plugin to get the 
11
    plugin configuration instead of org.gvsig.dwg.
12

13
    Need to import the dependencies in dependencyManagement of 
14
    org.gvsig.dwg to get the correct version of the dependencies.
15

16
    -->
17
  <parent>
18
      <groupId>org.gvsig</groupId>
19
      <artifactId>org.gvsig.desktop.plugin</artifactId>
20
      <version>2.0.10-SNAPSHOT</version>
21
  </parent>
22
  <url>https://devel.gvsig.org/redmine/projects/gvsig-dwg</url>
23
  <scm>
24
      <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-dwg/</connection>
25
      <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-dwg/</developerConnection>
26
      <url>https://devel.gvsig.org/svn/gvsig-dwg/</url>
27
  </scm>
28

    
29
  <dependencyManagement>
30
      <dependencies>
31
          <dependency>
32
              <groupId>org.gvsig</groupId>
33
              <artifactId>org.gvsig.dwg</artifactId>
34
              <version>2.0.10-SNAPSHOT</version>
35
              <type>pom</type>
36
              <scope>import</scope>
37
          </dependency>
38
      </dependencies>
39
  </dependencyManagement>
40

    
41
  <modules>
42
    <module>org.gvsig.dwg.app.mainplugin</module>
43
  </modules>
44

    
45

    
46
</project>