You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2022/04/11 11:40:01 UTC

[archiva] branch debug-it-tests created (now 4dd242aff)

This is an automated email from the ASF dual-hosted git repository.

olamy pushed a change to branch debug-it-tests
in repository https://gitbox.apache.org/repos/asf/archiva.git


      at 4dd242aff no need to specify default

This branch includes the following new commits:

     new 4dd242aff no need to specify default

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[archiva] 01/01: no need to specify default

Posted by ol...@apache.org.
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 <ol...@apache.org>
AuthorDate: Mon Apr 11 21:34:45 2022 +1000

    no need to specify default
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 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>