Revision 734 2.1/branches/org.gvsig.view3d_vector_and_extrusion_2.3/org.gvsig.view3d/org.gvsig.view3d/org.gvsig.view3d.main/pom.xml

View differences:

pom.xml
1
<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/xsd/maven-4.0.0.xsd">
1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2 3
	<modelVersion>4.0.0</modelVersion>
3 4
	<parent>
4 5
		<groupId>org.gvsig</groupId>
......
60 61
		<dependency>
61 62
			<groupId>org.gvsig</groupId>
62 63
			<artifactId>org.gvsig.gpe.lib.api</artifactId>
63
			</dependency>
64
		</dependency>
64 65

  
65 66
		<!-- runtime dependencies -->
66 67
		<dependency>
......
96 97
		<dependency>
97 98
			<groupId>org.gvsig</groupId>
98 99
			<artifactId>org.gvsig.raster.gdal.io</artifactId>
99
      <version>2.2.38</version>
100
			<version>2.2.38</version>
100 101
			<scope>runtime</scope>
101 102
		</dependency>
102 103
		<dependency>
......
171 172
		<dependency>
172 173
			<groupId>xerces</groupId>
173 174
			<artifactId>xercesImpl</artifactId>
174
			</dependency>
175
		</dependency>
175 176
		<dependency>
176 177
			<groupId>xml-apis</groupId>
177 178
			<artifactId>xml-apis</artifactId>
178
			</dependency>
179
		</dependency>
179 180

  
180 181
		<!-- Native dependencies. To test with other arch -->
181 182
		<!-- change classifier of dependency -->
......
183 184
		<dependency>
184 185
			<groupId>org.jogamp.gluegen</groupId>
185 186
			<artifactId>gluegen-rt</artifactId>
186
        <version>2.3.2</version>
187
			<version>2.2.1</version>
187 188
			<classifier>natives-linux-amd64</classifier>
188 189
			<scope>runtime</scope>
189
			</dependency>
190
		</dependency>
190 191
		<dependency>
191 192
			<groupId>org.jogamp.jogl</groupId>
192 193
			<artifactId>jogl-all</artifactId>
193
        <version>2.3.2</version>
194
			<version>2.2.1</version>
194 195
			<classifier>natives-linux-amd64</classifier>
195 196
			<scope>runtime</scope>
196
			</dependency>
197
		</dependency>
197 198

  
198 199
		<!-- View3D dependencies -->
199
    <dependency>
200
      <groupId>org.gvsig</groupId>
201
      <artifactId>org.gvsig.view3d.lib.api</artifactId>
202
    </dependency>
203
    <dependency>
204
      <groupId>org.gvsig</groupId>
205
      <artifactId>org.gvsig.view3d.lib.impl</artifactId>
206
      <scope>runtime</scope>
207
    </dependency>
208 200
		<dependency>
209 201
			<groupId>org.gvsig</groupId>
202
			<artifactId>org.gvsig.view3d.lib.api</artifactId>
203
		</dependency>
204
		<dependency>
205
			<groupId>org.gvsig</groupId>
206
			<artifactId>org.gvsig.view3d.lib.impl</artifactId>
207
			<scope>runtime</scope>
208
		</dependency>
209
		<dependency>
210
			<groupId>org.gvsig</groupId>
210 211
			<artifactId>org.gvsig.view3d.swing.api</artifactId>
211 212
		</dependency>
212 213
		<dependency>
......
217 218
	</dependencies>
218 219

  
219 220
	<build>
220
        <pluginManagement>
221
            <plugins>
222
                <plugin>
223
                    <artifactId>maven-compiler-plugin</artifactId>
224
                    <version>2.3.2</version>
225
                    <configuration>
226
                        <source>1.8</source>
227
                        <target>1.8</target>
228
                        <encoding>ISO-8859-1</encoding>
229
                    </configuration>
230
                </plugin>
231
                <plugin>
232
                    <groupId>org.codehaus.mojo</groupId>
233
                    <artifactId>animal-sniffer-maven-plugin</artifactId>
234
                    <version>1.14</version>
235
                </plugin>
236
            </plugins>
237
        </pluginManagement>
221
		<pluginManagement>
222
			<plugins>
223
				<plugin>
224
					<artifactId>maven-compiler-plugin</artifactId>
225
					<version>2.3.2</version>
226
					<configuration>
227
						<source>1.8</source>
228
						<target>1.8</target>
229
						<encoding>ISO-8859-1</encoding>
230
					</configuration>
231
				</plugin>
232
				<plugin>
233
					<groupId>org.codehaus.mojo</groupId>
234
					<artifactId>animal-sniffer-maven-plugin</artifactId>
235
					<version>1.14</version>
236
				</plugin>
237
			</plugins>
238
		</pluginManagement>
238 239

  
239 240

  
240
    <plugins>
241
		<plugins>
241 242
			<plugin>
242 243
				<artifactId>maven-dependency-plugin</artifactId>
243 244
				<executions>
......
259 260
			</plugin>
260 261

  
261 262

  
262
            <plugin>
263
                <artifactId>maven-compiler-plugin</artifactId>
264
                <configuration>
265
                    <source>1.8</source>
266
                    <target>1.8</target>
267
                    <encoding>ISO-8859-1</encoding>
268
                </configuration>
269
            </plugin>
270
            <plugin>
271
                <groupId>org.codehaus.mojo</groupId>
272
                <artifactId>animal-sniffer-maven-plugin</artifactId>
263
			<plugin>
264
				<artifactId>maven-compiler-plugin</artifactId>
265
				<configuration>
266
					<source>1.8</source>
267
					<target>1.8</target>
268
					<encoding>ISO-8859-1</encoding>
269
				</configuration>
270
			</plugin>
271
			<plugin>
272
				<groupId>org.codehaus.mojo</groupId>
273
				<artifactId>animal-sniffer-maven-plugin</artifactId>
273 274

  
274
                <executions>
275
                    <execution>
276
                        <id>check-java-api</id>
277
                        <phase>package</phase>
278
                        <goals>
279
                            <goal>check</goal>
280
                        </goals>
281
                        <configuration>
282
                            <skip>false</skip>
283
                            <signature>
284
                                <groupId>org.codehaus.mojo.signature</groupId>
285
                                <artifactId>java18</artifactId>
286
                                <version>1.0</version>
287
                            </signature>
288
                            <ignores>
289
                                <ignore>gov.nasa.worldwind.*</ignore>
290
                            </ignores>
291
                        </configuration>
292
                    </execution>
293
                </executions>
294
            </plugin>
295
        </plugins>
296
    </build>
275
				<executions>
276
					<execution>
277
						<id>check-java-api</id>
278
						<phase>package</phase>
279
						<goals>
280
							<goal>check</goal>
281
						</goals>
282
						<configuration>
283
							<skip>false</skip>
284
							<signature>
285
								<groupId>org.codehaus.mojo.signature</groupId>
286
								<artifactId>java18</artifactId>
287
								<version>1.0</version>
288
							</signature>
289
							<ignores>
290
								<ignore>gov.nasa.worldwind.*</ignore>
291
							</ignores>
292
						</configuration>
293
					</execution>
294
				</executions>
295
			</plugin>
296
		</plugins>
297
	</build>
297 298

  
298 299
</project>

Also available in: Unified diff