Statistics
| Revision:

root / org.gvsig.chart / trunk / org.gvsig.chart / org.gvsig.chart.lib / org.gvsig.chart.lib.api / pom.xml @ 902

History | View | Annotate | Download (1.52 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.chart.lib.api</artifactId>
5
        <packaging>jar</packaging>
6
        <name>org.gvsig.chart.lib.api</name>
7
        <parent>
8
                <groupId>org.gvsig</groupId>
9
                <artifactId>org.gvsig.chart.lib</artifactId>
10
                <version>1.0.167</version>
11
        </parent>
12

    
13
        <build>
14
                <plugins>
15
                        <plugin>
16
                                <groupId>org.apache.maven.plugins</groupId>
17
                                <artifactId>maven-jar-plugin</artifactId>
18
                                <configuration>
19
                                </configuration>
20
                                <executions>
21
                                        <!-- Generates a jar file only with the test classes -->
22
                                        <execution>
23
                                                <goals>
24
                                                        <goal>test-jar</goal>
25
                                                </goals>
26
                                        </execution>
27
                                </executions>
28
                        </plugin>
29
                </plugins>
30
        </build>
31
        <dependencies>
32
                <dependency>
33
                        <groupId>org.gvsig</groupId>
34
                        <artifactId>org.gvsig.fmap.geometry.api</artifactId>
35
                        <scope>compile</scope>
36
                </dependency>
37
                <dependency>
38
                        <groupId>org.gvsig</groupId>
39
                        <artifactId>org.gvsig.fmap.dal.api</artifactId>
40
                        <scope>compile</scope>
41
                </dependency>
42
                <dependency>
43
                        <groupId>org.gvsig</groupId>
44
                        <artifactId>org.gvsig.fmap.mapcontext.api</artifactId>
45
            <scope>compile</scope>
46
                </dependency>
47
                <dependency>
48
                        <groupId>org.gvsig</groupId>
49
                        <artifactId>org.gvsig.symbology.lib.api</artifactId>
50
            <scope>compile</scope>
51
                </dependency>
52
        </dependencies>
53
</project>