Statistics
| Revision:

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

History | View | Annotate | Download (1.21 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.swing.api</artifactId>
5
        <packaging>jar</packaging>
6
        <name>org.gvsig.complexlegend.swing.api</name>
7
        <parent>
8
                <groupId>org.gvsig</groupId>
9
                <artifactId>org.gvsig.complexlegend.swing</artifactId>
10
                <version>1.0.75</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.complexlegend.lib.api</artifactId>
36
                </dependency>
37
                <dependency>
38
                        <groupId>org.gvsig</groupId>
39
                        <artifactId>org.gvsig.app.mainplugin</artifactId>
40
                </dependency>
41
        </dependencies>
42
</project>