Revision 22859

View differences:

trunk/extensions/extRasterTools-SE/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>
......
12 11
	</description>
13 12
	<parent>
14 13
		<groupId>org.gvsig</groupId>
15
		<artifactId>gvsig-extension-base-pom</artifactId>
14
		<artifactId>gvsig-extension-base-pom
15
		</artifactId>
16 16
		<version>1.0-SNAPSHOT</version>
17 17
	</parent>
18 18
	<dependencies>
......
105 105
				</includes>
106 106
			</resource>
107 107
		</resources>
108
		<plugins>
109
			<plugin>
110
				<artifactId>maven-clean-plugin</artifactId>
111
				<configuration>
112
					<filesets>
113
						<fileset>
114
							<directory> ${gvsig-path}/${extension-distribution}</directory>
115
							<includes>
116
								<include>**</include>
117
							</includes>
118
						</fileset>
119
					</filesets>
120
				</configuration>
121
			</plugin>
122
		</plugins>
108 123
	</build>
109
	<profiles>
110
		<profile>
111
			<id>generate-installers</id>
112
			<activation>
113
				<property>
114
					<name>generate-install</name>
115
				</property>
116
			</activation>
117
			<build>
118
				<plugins>
119
					<plugin>
120
						<artifactId>maven-antrun-plugin</artifactId>
121
						<executions>
122
							<execution>
123
								<id>generate-install</id>
124
								<phase>install</phase>
125
								<configuration>
126
									<tasks>
127
										<property name="base-dir"
128
											value="${basedir}" />
129
										<property name="OUTPUT_DIR"
130
											value="${output-dir_installers}" />
131
										<property name="version"
132
											value="${version}" />
133
										<property name="bversion"
134
											value="${bversion}" />
135
										<property name="APPNAME"
136
											value="${application-name}" />
137
										<ant
138
											antfile="${basedir}/distribution/build.xml"
139
											inheritRefs="true" />
140
									</tasks>
141
								</configuration>
142
								<goals>
143
									<goal>run</goal>
144
								</goals>
145
							</execution>
146
						</executions>
147
					</plugin>
148
				</plugins>
149
			</build>
150
		</profile>
151
	</profiles>
152
</project>
124
</project>

Also available in: Unified diff