This is an automated email from the ASF dual-hosted git repository. olamy pushed a commit to branch debug-it-tests in repository https://gitbox.apache.org/repos/asf/archiva.git
commit 4dd242affde3fa11b9af43ccc7f21799542bf7f6 Author: Olivier Lamy <[email protected]> AuthorDate: Mon Apr 11 21:34:45 2022 +1000 no need to specify default Signed-off-by: Olivier Lamy <[email protected]> --- Jenkinsfile-itest | 1 - .../archiva-web/archiva-webapp-test/pom.xml | 44 +++++++++++----------- 2 files changed, 22 insertions(+), 23 deletions(-) diff --git a/Jenkinsfile-itest b/Jenkinsfile-itest index 099d1b834..486967f90 100644 --- a/Jenkinsfile-itest +++ b/Jenkinsfile-itest @@ -44,7 +44,6 @@ pipeline { stages { - stage('Checkout') { steps { script { diff --git a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml index 342654369..5fd2b15c8 100644 --- a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml @@ -371,27 +371,27 @@ </executions> </plugin> - <plugin> - <artifactId>maven-resources-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>testResources</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>testCompile</goal> - </goals> - </execution> - </executions> - </plugin> +<!-- <plugin>--> +<!-- <artifactId>maven-resources-plugin</artifactId>--> +<!-- <executions>--> +<!-- <execution>--> +<!-- <goals>--> +<!-- <goal>testResources</goal>--> +<!-- </goals>--> +<!-- </execution>--> +<!-- </executions>--> +<!-- </plugin>--> +<!-- <plugin>--> +<!-- <groupId>org.apache.maven.plugins</groupId>--> +<!-- <artifactId>maven-compiler-plugin</artifactId>--> +<!-- <executions>--> +<!-- <execution>--> +<!-- <goals>--> +<!-- <goal>testCompile</goal>--> +<!-- </goals>--> +<!-- </execution>--> +<!-- </executions>--> +<!-- </plugin>--> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -547,7 +547,7 @@ </dependency> <dependency> <groupId>jakarta.mail</groupId> - <artifactId>jakarta.mail-api</artifactId> + <artifactId>jakarta.mail-api</artifactId> <version>${jakarta.mail.version}</version> </dependency> <dependency>
