Mercurial > dive4elements > river
comparison gwt-client/pom.xml @ 9676:faccc67cac1d 3.2.x
Add plugin versions where missing
For maven-jar-plugin, use the same version as already added
in the default branch to avoid later merge conflicts.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 29 May 2020 20:07:01 +0200 |
parents | 5b258de7f5a1 |
children | bfc047db6ed7 |
comparison
equal
deleted
inserted
replaced
9675:59ad66feb8f8 | 9676:faccc67cac1d |
---|---|
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> |