Revision 22856

View differences:

trunk/applications/appgvSIG/pom.xml
1
<project xmlns="http://maven.apache.org/POM/4.0.0"
2
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 2
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 3
	<modelVersion>4.0.0</modelVersion>
5 4
	<groupId>org.gvsig</groupId>
......
8 7
	<version>2.1-SNAPSHOT</version>
9 8
	<name>appgvSIG</name>
10 9
	<url>http://gvsig.org</url>
11
	<description>
12
		This is the extension that contains all the GUI part for the 3D
13
		extension of GvSIG
14
	</description>
10
	<description> This is the extension that contains all the GUI part for
11
		the 3D extension of GvSIG</description>
15 12
	<parent>
16 13
		<groupId>org.gvsig</groupId>
17
		<artifactId>gvsig-extension-base-pom</artifactId>
14
		<artifactId>gvsig-extension-base-pom
15
		</artifactId>
18 16
		<version>1.0-SNAPSHOT</version>
19 17
	</parent>
20 18
	<dependencies>
......
168 166
	<build>
169 167
		<sourceDirectory>src</sourceDirectory>
170 168
		<testSourceDirectory>test</testSourceDirectory>
169
		<plugins>
170
			<plugin>
171
				<artifactId>maven-clean-plugin</artifactId>
172
				<configuration>
173
					<filesets>
174
						<fileset>
175
							<directory> ${gvsig-path}/${extension-distribution}</directory>
176
							<includes>
177
								<include>**</include>
178
							</includes>
179
						</fileset>
180
					</filesets>
181
				</configuration>
182
			</plugin>
183
		</plugins>
171 184
	</build>
172
</project>

185
</project>

Also available in: Unified diff