diff options
author | Olivier Lamy <olamy@apache.org> | 2022-04-11 15:38:49 +1000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2022-04-11 15:38:49 +1000 |
commit | 865dd8751b7b11dc4d3a022a30f650dd646006ea (patch) | |
tree | e1cf1fe72d9a2a70be8ffea8ee7bc797304d0e22 /archiva-modules | |
parent | 5bd980a7d5e5488d115ef7826ac02479c27d5932 (diff) | |
download | archiva-865dd8751b7b11dc4d3a022a30f650dd646006ea.tar.gz archiva-865dd8751b7b11dc4d3a022a30f650dd646006ea.zip |
fix running ITs
Signed-off-by: Olivier Lamy <olamy@apache.org>
Diffstat (limited to 'archiva-modules')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp-test/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml index cf471a304..342654369 100644 --- a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml @@ -396,7 +396,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId> - <version>2.20</version> + <version>2.22.2</version> <configuration> <redirectTestOutputToFile>false</redirectTestOutputToFile> <runOrder>alphabetical</runOrder> @@ -483,7 +483,7 @@ <goal>run</goal> </goals> <configuration> - <tasks> + <target> <copy overwrite="true" todir="${webappDirectory}/WEB-INF/classes"> <fileset dir="src/test/resources/logging"/> </copy> @@ -517,7 +517,7 @@ <copy todir="${project.build.directory}/errorshtmlsnap/images"> <fileset dir="${webappDirectory}/images"/> </copy> - </tasks> + </target> </configuration> </execution> </executions> |