Revision 30746 branches/v2_0_0_prep/extensions/extWFS2/pom.xml

View differences:

pom.xml
75 75
			<artifactId>org.gvsig.gpe.extension</artifactId>
76 76
			<version>2.0-SNAPSHOT</version>
77 77
			<classifier>fmap</classifier>
78
		</dependency>	
79
			<dependency>
78
		</dependency>
79
		<dependency>
80 80
			<groupId>org.gvsig</groupId>
81 81
			<artifactId>org.gvsig.gpe</artifactId>
82
			<version>2.0-SNAPSHOT</version>			
83
		</dependency>	
82
			<version>2.0-SNAPSHOT</version>
83
		</dependency>
84 84
		<dependency>
85 85
			<groupId>org.gvsig</groupId>
86 86
			<artifactId>org.gvsig.fmap.dal</artifactId>
......
88 88
			<classifier>tests</classifier>
89 89
			<scope>test</scope>
90 90
		</dependency>
91
		
91

  
92 92
	</dependencies>
93 93
	<properties>
94 94
		<build-dir>${basedir}/../build</build-dir>
......
160 160
					</execution>
161 161
				</executions>
162 162
			</plugin>
163

  
163
			<plugin>
164
				<artifactId>maven-antrun-plugin</artifactId>
165
				<executions>
166
					<execution>
167
						<id>services</id>
168
						<phase>package</phase>
169
						<goals>
170
							<goal>run</goal>
171
						</goals>
172
						<configuration>
173
							<tasks>
174
								<jar destfile="${project.build.directory}/${project.build.finalName}-fmap.jar"
175
									update="true">
176
									<fileset dir="${basedir}/resources" />
177
								</jar>								
178
							</tasks>
179
						</configuration>
180
					</execution>
181
				</executions>
182
			</plugin>
183
			<plugin>
184
				<groupId>org.apache.maven.plugins</groupId>
185
				<artifactId>maven-surefire-plugin</artifactId>
186
				<configuration>
187
					<additionalClasspathElements>
188
						<additionalClasspathElement>${basedir}/resources</additionalClasspathElement>
189
					</additionalClasspathElements>
190
				</configuration>
191
			</plugin>
164 192
			<!-- TODO: MAKE TESTS WORK AND REMOVE THIS OPTION -->
165 193
			<plugin>
166 194
				<groupId>org.apache.maven.plugins</groupId>
......
169 197
					<skipTests>true</skipTests>
170 198
				</configuration>
171 199
			</plugin>
172
      		<plugin>
200
			<plugin>
173 201
				<groupId>org.apache.maven.plugins</groupId>
174 202
				<artifactId>maven-compiler-plugin</artifactId>
175 203
				<configuration>
......
177 205
						<exclude>**</exclude>
178 206
					</testExcludes>
179 207
				</configuration>
180
			</plugin>		
208
			</plugin>
181 209
		</plugins>
182 210
	</build>
183 211
</project>

Also available in: Unified diff