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 @ 2608

History | View | Annotate | Download (1.15 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.raster.wmts.swing.api</artifactId>
6
        <packaging>jar</packaging>
7
        <name>org.gvsig.raster.wmts.swing.api</name>
8
        <parent>
9
                <groupId>org.gvsig</groupId>
10
                <artifactId>org.gvsig.raster.wmts.swing</artifactId>
11
                <version>2.2.1-SNAPSHOT</version>
12
        </parent>
13
        <dependencies>
14
                <dependency>
15
            <groupId>org.gvsig</groupId>
16
            <artifactId>org.gvsig.tools.lib</artifactId>      
17
            <scope>compile</scope>
18
        </dependency> 
19
        </dependencies>
20
        <build>
21
                <plugins>
22
                        <plugin>
23
                                <groupId>org.apache.maven.plugins</groupId>
24
                                <artifactId>maven-jar-plugin</artifactId>
25
                                <configuration>
26
                                </configuration>
27
                                <executions>
28
                                <!--
29
                                Generates a jar file only with the test classes
30
                                -->
31
                                        <execution>
32
                                                <goals>
33
                                                        <goal>test-jar</goal>
34
                                                </goals>
35
                                        </execution>
36
                                </executions>
37
                        </plugin>
38
                </plugins>
39
        </build>
40
</project>