Statistics
| Revision:

root / branches / v2_0_0_prep / libraries / org.gvsig.exportto / org.gvsig.exportto.swing / org.gvsig.exportto.swing.spi / pom.xml @ 37310

History | View | Annotate | Download (1.83 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4
        <modelVersion>4.0.0</modelVersion>
5
        <artifactId>org.gvsig.exportto.swing.spi</artifactId>
6
        <packaging>jar</packaging>
7
        <name>org.gvsig.exportto.swing.spi</name>
8
        <parent>
9
                <groupId>org.gvsig</groupId>
10
                <artifactId>org.gvsig.exportto.swing</artifactId>
11
                <version>1.0.0-SNAPSHOT</version>
12
        </parent>
13
        <dependencies>
14
           <dependency>
15
            <groupId>org.gvsig</groupId>
16
            <artifactId>org.gvsig.exportto.lib.api</artifactId>
17
            <version>1.0.0-SNAPSHOT</version>
18
        </dependency>
19
                <dependency>
20
                        <groupId>org.gvsig</groupId>
21
                        <artifactId>org.gvsig.exportto.swing.api</artifactId>
22
                        <version>1.0.0-SNAPSHOT</version>
23
                </dependency>
24
                <dependency>
25
            <groupId>org.gvsig</groupId>
26
            <artifactId>org.gvsig.tools.lib</artifactId>
27
            <scope>compile</scope>
28
        </dependency>
29
         <dependency>
30
            <groupId>org.gvsig</groupId>
31
            <artifactId>org.gvsig.projection</artifactId>
32
            <scope>compile</scope>
33
        </dependency>
34
        <dependency>
35
            <groupId>org.gvsig</groupId>
36
            <artifactId>org.gvsig.fmap.dal</artifactId>    
37
            <scope>compile</scope>        
38
        </dependency>
39
        </dependencies>
40
        <build>
41
                <plugins>
42
                        <plugin>
43
                                <groupId>org.apache.maven.plugins</groupId>
44
                                <artifactId>maven-jar-plugin</artifactId>
45
                                <configuration>
46
                                </configuration>
47
                                <executions>
48
                                <!--
49
                                Generates a jar file only with the test classes
50
                                -->
51
                                        <execution>
52
                                                <goals>
53
                                                        <goal>test-jar</goal>
54
                                                </goals>
55
                                        </execution>
56
                                </executions>
57
                        </plugin>
58
                </plugins>
59
        </build>
60
</project>