Mercurial > dive4elements > river
comparison gwt-client/pom.xml @ 9682:9ec4686badae
Mit 3.2.x zusammenführen
author | Gernot Belger <g.belger@bjoernsen.de> |
---|---|
date | Wed, 15 Jul 2020 12:24:35 +0200 |
parents | ea63de8a2e9a bfc047db6ed7 |
children |
comparison
equal
deleted
inserted
replaced
9666:e098fda96a66 | 9682:9ec4686badae |
---|---|
170 </plugin> | 170 </plugin> |
171 | 171 |
172 <!-- Add source folders to test classpath in order to run gwt-tests as normal junit-tests --> | 172 <!-- Add source folders to test classpath in order to run gwt-tests as normal junit-tests --> |
173 <plugin> | 173 <plugin> |
174 <artifactId>maven-surefire-plugin</artifactId> | 174 <artifactId>maven-surefire-plugin</artifactId> |
175 <version>2.22.1</version> | |
175 <configuration> | 176 <configuration> |
176 <additionalClasspathElements> | 177 <additionalClasspathElements> |
177 <additionalClasspathElement>${project.build.sourceDirectory}</additionalClasspathElement> | 178 <additionalClasspathElement>${project.build.sourceDirectory}</additionalClasspathElement> |
178 <additionalClasspathElement>${project.build.testSourceDirectory}</additionalClasspathElement> | 179 <additionalClasspathElement>${project.build.testSourceDirectory}</additionalClasspathElement> |
179 </additionalClasspathElements> | 180 </additionalClasspathElements> |
191 </plugin> | 192 </plugin> |
192 | 193 |
193 <!-- Copy static web files before executing gwt:run --> | 194 <!-- Copy static web files before executing gwt:run --> |
194 <plugin> | 195 <plugin> |
195 <artifactId>maven-resources-plugin</artifactId> | 196 <artifactId>maven-resources-plugin</artifactId> |
197 <version>3.1.0</version> | |
196 <executions> | 198 <executions> |
197 <execution> | 199 <execution> |
198 <phase>compile</phase> | 200 <phase>compile</phase> |
199 <goals> | 201 <goals> |
200 <goal>copy-resources</goal> | 202 <goal>copy-resources</goal> |
212 </plugin> | 214 </plugin> |
213 | 215 |
214 <!-- Delete gwt generated stuff --> | 216 <!-- Delete gwt generated stuff --> |
215 <plugin> | 217 <plugin> |
216 <artifactId>maven-clean-plugin</artifactId> | 218 <artifactId>maven-clean-plugin</artifactId> |
219 <version>3.1.0</version> | |
217 <configuration> | 220 <configuration> |
218 <filesets> | 221 <filesets> |
219 <fileset><directory>src/main/webapp/flys</directory></fileset> | 222 <fileset><directory>src/main/webapp/flys</directory></fileset> |
220 <fileset><directory>src/main/webapp/WEB-INF/classes</directory></fileset> | 223 <fileset><directory>src/main/webapp/WEB-INF/classes</directory></fileset> |
221 <fileset><directory>tomcat</directory></fileset> | 224 <fileset><directory>tomcat</directory></fileset> |
248 </executions> | 251 </executions> |
249 </plugin> | 252 </plugin> |
250 --> | 253 --> |
251 | 254 |
252 </plugins> | 255 </plugins> |
253 </build> | 256 </build> |
254 <repositories> | 257 <repositories> |
255 <repository> | 258 <repository> |
256 <id>com.smartgwt</id> | 259 <id>osgeo</id> |
257 <name>SmartGWT</name> | 260 <name>Open Source Geospatial Foundation Repository</name> |
258 <url>http://www.smartclient.com/maven2</url> | 261 <url>https://repo.osgeo.org/repository/release</url> |
259 </repository> | 262 </repository> |
260 <repository> | 263 </repositories> |
261 <id>osgeo</id> | |
262 <name>Open Source Geospatial Foundation Repository</name> | |
263 <url>http://download.osgeo.org/webdav/geotools/</url> | |
264 </repository> | |
265 </repositories> | |
266 </project> | 264 </project> |