Revision 20279

View differences:

trunk/extensions/extAnimation2D/pom.xml
43 43
				<executions>
44 44
					<execution>
45 45
						<id>copy</id>
46
						<phase>package</phase>
46
						<phase>install</phase>
47 47
						<goals>
48 48
							<goal>copy</goal>
49 49
						</goals>
trunk/extensions/extAnimationGUI/pom.xml
59 59
								<artifactItem>
60 60
									<groupId>org.gvsig</groupId>
61 61
									<artifactId>
62
										gvsig-animation
62
										libAnimation
63 63
									</artifactId>
64 64
									<version>1.0-SNAPSHOT</version>
65 65
									<type>jar</type>
trunk/extensions/extAnimationCommon/pom.xml
32 32
		<plugins>
33 33
			<plugin>
34 34
				<groupId>org.apache.maven.plugins</groupId>
35
				<artifactId>maven-compiler-plugin</artifactId>
36
				<configuration>
37
					<source>1.5</source>
38
					<target>1.5</target>
39
				</configuration>
40
			</plugin>
41
			<plugin>
42
				<groupId>org.apache.maven.plugins</groupId>
43 35
				<artifactId>maven-dependency-plugin</artifactId>
44 36
				<executions>
45 37
					<execution>
trunk/extensions/extAnimation3D/pom.xml
44 44
				<executions>
45 45
					<execution>
46 46
						<id>copy</id>
47
						<phase>package</phase>
47
						<phase>install</phase>
48 48
						<goals>
49 49
							<goal>copy</goal>
50 50
						</goals>

Also available in: Unified diff