Statistics
| Revision:

root / org.gvsig.complexlegend / trunk / org.gvsig.complexlegend / org.gvsig.complexlegend.lib / org.gvsig.complexlegend.lib.api / pom.xml @ 2412

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

    
53
</project>