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 <[email protected]>
AuthorDate: Tue Apr 12 08:15:00 2022 +1000

    restore
    
    Signed-off-by: Olivier Lamy <[email protected]>
---
 .../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>

Reply via email to