Statistics
| Revision:

root / org.gvsig.chart / trunk / org.gvsig.chart / org.gvsig.chart.swing / org.gvsig.chart.swing.api / pom.xml @ 904

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