Revision 20196 trunk/extensions/extAnimationCommon/pom.xml

View differences:

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>extAnimationCommon</artifactId>
7 7
	<packaging>jar</packaging>
8 8
	<version>1.0-SNAPSHOT</version>
......
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>
23
			<artifactId>libAnimation3D</artifactId>
20
			<groupId>org.gvsig</groupId>
21
			<artifactId>libAnimationCommon</artifactId>
24 22
			<version>1.0-SNAPSHOT</version>
25 23
		</dependency>
26 24
	</dependencies>
......
36 34
		<extension-lib-dir>
37 35
			${extension-dir}/${plugin-name}/lib
38 36
		</extension-lib-dir>
37
		<build-dir>${basedir}/../build</build-dir>
39 38
	</properties>
40 39
	<build>
41 40
		<plugins>
......
60 59
						<configuration>
61 60
							<artifactItems>
62 61
								<artifactItem>
63
									<groupId>
64
										com.iver.cit.gvsig.animation
65
									</groupId>
62
									<groupId>org.gvsig</groupId>
66 63
									<artifactId>
67
										libAnimation3D
64
										libAnimationCommon
68 65
									</artifactId>
69 66
									<version>1.0-SNAPSHOT</version>
70 67
									<type>jar</type>

Also available in: Unified diff