Statistics
| Revision:

gvsig-raster / org.gvsig.raster.georeferencing / trunk / org.gvsig.raster.georeferencing / org.gvsig.raster.georeferencing.swing / org.gvsig.raster.georeferencing.swing.api / pom.xml @ 1682

History | View | Annotate | Download (1.7 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.georeferencing.swing.api</artifactId>
6
        <packaging>jar</packaging>
7
        <name>org.gvsig.raster.georeferencing.swing.api</name>
8
        <parent>
9
                <groupId>org.gvsig</groupId>
10
                <artifactId>org.gvsig.raster.georeferencing.swing</artifactId>
11
                <version>2.0.1-SNAPSHOT</version>
12
        </parent>
13
        <dependencies>
14
                <dependency>
15
            <groupId>org.gvsig</groupId>
16
            <artifactId>org.gvsig.raster.lib.api</artifactId>
17
            <scope>compile</scope>
18
        </dependency> 
19
                <dependency>
20
            <groupId>org.gvsig</groupId>
21
            <artifactId>org.gvsig.tools.lib</artifactId>      
22
            <scope>compile</scope>
23
        </dependency> 
24
        <dependency>
25
            <groupId>org.gvsig</groupId>
26
            <artifactId>org.gvsig.fmap.mapcontext</artifactId>
27
            <scope>compile</scope>
28
        </dependency>
29
        <dependency>
30
            <groupId>org.gvsig</groupId>
31
            <artifactId>org.gvsig.i18n</artifactId>
32
            <scope>compile</scope>
33
        </dependency>
34
        </dependencies>
35
        <build>
36
                <plugins>
37
                        <plugin>
38
                                <groupId>org.apache.maven.plugins</groupId>
39
                                <artifactId>maven-jar-plugin</artifactId>
40
                                <configuration>
41
                                </configuration>
42
                                <executions>
43
                                <!--
44
                                Generates a jar file only with the test classes
45
                                -->
46
                                        <execution>
47
                                                <goals>
48
                                                        <goal>test-jar</goal>
49
                                                </goals>
50
                                        </execution>
51
                                </executions>
52
                        </plugin>
53
                </plugins>
54
        </build>
55
</project>