Statistics
| Revision:

gvsig-raster / org.gvsig.raster.wmts / trunk / org.gvsig.raster.wmts / org.gvsig.raster.wmts.swing / org.gvsig.raster.wmts.swing.api / pom.xml @ 9383

History | View | Annotate | Download (1.29 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
        <modelVersion>4.0.0</modelVersion>
4
        <artifactId>org.gvsig.raster.wmts.swing.api</artifactId>
5
        <packaging>jar</packaging>
6
        <name>org.gvsig.raster.wmts.swing.api</name>
7
        <parent>
8
                <groupId>org.gvsig</groupId>
9
                <artifactId>org.gvsig.raster.wmts.swing</artifactId>
10
                <version>2.2.74-SNAPSHOT</version>
11
        </parent>
12
        <dependencies>
13
                <dependency>
14
            <groupId>org.gvsig</groupId>
15
            <artifactId>org.gvsig.tools.lib</artifactId>
16
            <scope>compile</scope>
17
        </dependency>
18
                <dependency>
19
                  <groupId>org.gvsig</groupId>
20
                  <artifactId>org.gvsig.utils</artifactId>
21
            <scope>compile</scope>
22
                </dependency>
23
        </dependencies>
24
        <build>
25
                <plugins>
26
                        <plugin>
27
                                <groupId>org.apache.maven.plugins</groupId>
28
                                <artifactId>maven-jar-plugin</artifactId>
29
                                <configuration>
30
                                </configuration>
31
                                <executions>
32
                                <!--
33
                                Generates a jar file only with the test classes
34
                                -->
35
                                        <execution>
36
                                                <goals>
37
                                                        <goal>test-jar</goal>
38
                                                </goals>
39
                                        </execution>
40
                                </executions>
41
                        </plugin>
42
                </plugins>
43
        </build>
44
</project>