Statistics
| Revision:

root / tags / v2_0_0_Build_2047 / libraries / libUIComponent / libUIComponent / pom.xml @ 38348

History | View | Annotate | Download (5.05 KB)

1
<?xml version="1.0" encoding="UTF-8"?>
2

    
3
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5

    
6
        <modelVersion>4.0.0</modelVersion>
7
        <artifactId>org.gvsig.ui</artifactId>
8
        <packaging>jar</packaging>
9
        <version>2.0.1-SNAPSHOT</version>
10
        <name>libUIComponent</name>
11
        <description>Swing components collection</description>
12
        <parent>
13
                <groupId>org.gvsig</groupId>
14
                <artifactId>org.gvsig.maven.base.pom</artifactId>
15
                <version>1.0.8-SNAPSHOT</version>
16
        </parent>
17
        <scm>
18
                <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-desktop/branches/v2_0_0_prep/libraries/libUIComponent</connection>
19
                <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-desktop/branches/v2_0_0_prep/libraries/libUIComponent</developerConnection>
20
                <url>https://devel.gvsig.org/redmine/projects/gvsig-desktop/repository/show/branches/v2_0_0_prep/libraries/libUIComponent</url>
21
        </scm>
22
        <repositories>
23
                <repository>
24
                        <id>gvsig-public-http-repository</id>
25
                        <name>gvSIG maven public HTTP repository</name>
26
                        <url>http://devel.gvsig.org/m2repo/j2se</url>
27
                        <releases>
28
                                <enabled>true</enabled>
29
                                <updatePolicy>daily</updatePolicy>
30
                                <checksumPolicy>warn</checksumPolicy>
31
                        </releases>
32
                        <snapshots>
33
                                <enabled>true</enabled>
34
                                <updatePolicy>daily</updatePolicy>
35
                                <checksumPolicy>warn</checksumPolicy>
36
                        </snapshots>
37
                </repository>
38
        </repositories>
39
        <dependencyManagement>
40
                <dependencies>
41
                        <dependency>
42
                                <groupId>org.gvsig</groupId>
43
                                <artifactId>org.gvsig.core.maven.dependencies</artifactId>
44
                                <version>2.0.1-SNAPSHOT</version>
45
                                <type>pom</type>
46
                                <scope>import</scope>
47
                        </dependency>
48
                </dependencies>
49
        </dependencyManagement>
50
        <dependencies>
51
                <dependency>
52
                        <groupId>org.gvsig</groupId>
53
                        <artifactId>org.gvsig.i18n</artifactId>
54
                        <scope>compile</scope>
55
                </dependency>
56
                <dependency>
57
                        <groupId>org.gvsig</groupId>
58
                        <artifactId>org.gvsig.tools.lib</artifactId>
59
                        <scope>compile</scope>
60
                </dependency>
61
                <dependency>
62
                        <groupId>org.jfree</groupId>
63
                        <artifactId>jfreechart</artifactId>
64
                        <scope>compile</scope>
65
                </dependency>
66
                <dependency>
67
                        <groupId>net.sf</groupId>
68
                        <artifactId>flib-jcalendar</artifactId>
69
                        <scope>compile</scope>
70
                </dependency>
71
                <dependency>
72
                        <groupId>jwizardcomponent</groupId>
73
                        <artifactId>jwizardcomponent</artifactId>
74
                        <scope>compile</scope>
75
                </dependency>
76
                <dependency>
77
                        <groupId>org.slf4j</groupId>
78
                        <artifactId>slf4j-api</artifactId>
79
                        <scope>compile</scope>
80
                </dependency>
81
                <dependency>
82
                        <groupId>org.gvsig.external</groupId>
83
                        <artifactId>org.gvsig.external.jump</artifactId>
84
                        <scope>compile</scope>
85
                        <version>1.0.0-SNAPSHOT</version>
86
                </dependency>
87
        </dependencies>
88
        <build>
89
                <sourceDirectory>src</sourceDirectory>
90
                <testSourceDirectory>src-test-ui</testSourceDirectory>
91
                <resources>
92
                        <resource>
93
                                <directory>src</directory>
94
                                <includes>
95
                                        <include>**/*.gif</include>
96
                                        <include>**/*.png</include>
97
                                        <include>**/*.PNG</include>
98
                                        <include> **/*.bmp</include>
99
                                        <include> **/*.jpg</include>
100
                                        <include> **/*.jpeg</include>
101
                                        <include> **/*.properties</include>
102
                                </includes>
103
                        </resource>
104
                        <resource>
105
                                <targetPath>org/gvsig/gui/beans/resources/translations</targetPath>
106
                                <filtering>false</filtering>
107
                                <directory>${basedir}/config</directory>
108
                                <includes>
109
                                        <include>*.properties</include>
110
                                </includes>
111
                        </resource>
112
                </resources>
113
                <!-- TODO: MAKE TESTS WORK AND REMOVE THIS OPTION -->
114
                <plugins>
115
                        <plugin>
116
                                <groupId>org.apache.maven.plugins</groupId>
117
                                <artifactId>maven-surefire-plugin</artifactId>
118
                                <configuration>
119
                                        <skipTests>true</skipTests>
120
                                </configuration>
121
                        </plugin>
122
                        <plugin>
123
                                <groupId>org.apache.maven.plugins</groupId>
124
                                <artifactId>maven-compiler-plugin</artifactId>
125
                                <configuration>
126
                                        <testExcludes>
127
                                                <exclude>**</exclude>
128
                                        </testExcludes>
129
                                </configuration>
130
                        </plugin>
131
                </plugins>
132
        </build>
133

    
134
        <profiles>
135
                <profile>
136
                        <id>eclipse-project</id>
137
                        <build>
138
                                <plugins>
139
                                        <plugin>
140
                                                <artifactId>maven-antrun-plugin</artifactId>
141
                                                <configuration>
142
                                                        <tasks>
143
                                                                <ant antfile="${basedir}/../build/ant-tasks/eclipse-tasks.xml"
144
                                                                        target="eclipse.eclipse" />
145
                                                        </tasks>
146
                                                </configuration>
147
                                                <dependencies>
148
                                                        <dependency>
149
                                                                <groupId>org.apache.ant</groupId>
150
                                                                <artifactId>ant-trax</artifactId>
151
                                                                <version>1.7.1</version>
152
                                                        </dependency>
153
                                                        <dependency>
154
                                                                <groupId>xalan</groupId>
155
                                                                <artifactId>xalan</artifactId>
156
                                                                <version>2.6.0</version>
157
                                                        </dependency>
158
                                                </dependencies>
159
                                        </plugin>
160
                                </plugins>
161
                        </build>
162
                </profile>
163
                <profile>
164
                        <id>gvsig-install</id>
165
                        <activation>
166
                                <activeByDefault>true</activeByDefault>
167
                        </activation>
168
                        <properties>
169
                                <!-- gvSIG installation folder -->
170
                                <gvsig.install.dir>${basedir}/../build/product
171
                                </gvsig.install.dir>
172
                        </properties>
173
                </profile>
174
        </profiles>
175
        <properties>
176
                <eclipse.project.name>libUIComponent</eclipse.project.name>
177
        </properties>
178
</project>