Statistics
| Revision:

gvsig-raster / org.gvsig.raster.tilecache / tags / build_319 / org.gvsig.raster.cache.api / pom.xml @ 6767

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