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 22:15:42 UTC

[archiva] branch debug-it-tests updated (4dd242aff -> 0251a0a8e)

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


    from 4dd242aff no need to specify default
     new 79f6781fb restore
     new 0251a0a8e debug

The 2 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.


Summary of changes:
 Jenkinsfile-itest                                  |  2 +-
 .../archiva-web/archiva-webapp-test/pom.xml        | 23 ++++++++++++++++++++--
 2 files changed, 22 insertions(+), 3 deletions(-)


[archiva] 01/02: restore

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 79f6781fb67f14c9b1893fa0d1c7f02974c54ee0
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Tue Apr 12 08:15:00 2022 +1000

    restore
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 .../archiva-web/archiva-webapp-test/pom.xml        | 23 ++++++++++++++++++++--
 1 file changed, 21 insertions(+), 2 deletions(-)

diff --git a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml
index 5fd2b15c8..decac8872 100644
--- a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml
+++ b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml
@@ -345,7 +345,27 @@
       </plugins>
     </pluginManagement>
     <plugins>
-
+      <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.codehaus.mojo</groupId>
         <artifactId>build-helper-maven-plugin</artifactId>
@@ -523,7 +543,6 @@
             </executions>
           </plugin>
 
-
           <plugin>
             <groupId>org.eclipse.jetty</groupId>
             <artifactId>jetty-maven-plugin</artifactId>


[archiva] 02/02: debug

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 0251a0a8e4d30d83deabe52d3c13f3d2fa5d6fe2
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Tue Apr 12 08:15:26 2022 +1000

    debug
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 Jenkinsfile-itest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile-itest b/Jenkinsfile-itest
index 486967f90..2c85fd46b 100644
--- a/Jenkinsfile-itest
+++ b/Jenkinsfile-itest
@@ -91,7 +91,7 @@ pipeline {
                                 // -Dmaven.compiler.fork=true: Compile in a separate forked process
                                 // -Pci-server: Profile for CI-Server
                                 // -Pit-js: Run the selenium test
-                                sh "mvn clean verify -B -V -U -e -fae -DmaxWaitTimeInMs=2000 -Pci-server -Pit-js -DtrimStackTrace=false -Djava.io.tmpdir=.tmp -pl :archiva-webapp-test"
+                                sh "mvn clean verify -X -B -V -U -e -fae -DmaxWaitTimeInMs=2000 -Pci-server -Pit-js -DtrimStackTrace=false -Djava.io.tmpdir=.tmp -pl :archiva-webapp-test"
 
                             }
                 }