Revision 20210

View differences:

trunk/extensions/extAnimation3D/pom.xml
2 2
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 3
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 4
	<modelVersion>4.0.0</modelVersion>
5
	<groupId>com.iver.cit.gvsig.animation</groupId>
5
	<groupId>org.gvsig</groupId>
6 6
	<artifactId>extAnimation3D</artifactId>
7 7
	<packaging>jar</packaging>
8 8
	<version>1.0-SNAPSHOT</version>
9
	<name>extAnimation2D</name>
9
	<name>extAnimation3D</name>
10 10
	<url>http://maven.apache.org</url>
11 11

  
12 12
	<parent>
13
		<groupId>com.iver.cit.gvsig</groupId>
14
		<artifactId>animation</artifactId>
13
		<groupId>org.gvsig</groupId>
14
		<artifactId>gvsig-extension-base-pom</artifactId>
15 15
		<version>1.0-SNAPSHOT</version>
16
		<!-- Esto se puede usar tambien una URL -->
17
		<relativePath>../binaries/maven/pom.xml</relativePath>
18 16
	</parent>
19 17

  
20 18
	<dependencies>
21 19
		<dependency>
22
			<groupId>com.iver.cit.gvsig.animation</groupId>
20
			<groupId>org.gvsig</groupId>
23 21
			<artifactId>libAnimation3D</artifactId>
24 22
			<version>1.0-SNAPSHOT</version>
25 23
		</dependency>
......
29 27
		<plugin-name>
30 28
			${project.groupId}.${project.artifactId}
31 29
		</plugin-name>
32
		<extension-dir>../_fwAndami/gvSIG/extensiones</extension-dir>
33 30
		<temporaly-build>
34 31
			${project.build.directory}/${plugin-name}
35 32
		</temporaly-build>
36 33
		<extension-lib-dir>
37 34
			${extension-dir}/${plugin-name}/lib
38 35
		</extension-lib-dir>
36
		<build-dir>${basedir}/../build</build-dir>
39 37
	</properties>
40 38
	<build>
41 39
		<plugins>
......
60 58
						<configuration>
61 59
							<artifactItems>
62 60
								<artifactItem>
63
									<groupId>
64
										com.iver.cit.gvsig.animation
65
									</groupId>
61
									<groupId>org.gvsig</groupId>
66 62
									<artifactId>
67 63
										libAnimation3D
68 64
									</artifactId>

Also available in: Unified diff