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

lukaszlenart pushed a commit to branch WW-5232-gh-actions
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/WW-5232-gh-actions by this 
push:
     new eb6836828 WW-5232 Avoids building assemblies
eb6836828 is described below

commit eb6836828088fb06ff927465a0fa4e1d05e8b07b
Author: Lukasz Lenart <[email protected]>
AuthorDate: Wed Sep 21 22:29:14 2022 +0200

    WW-5232 Avoids building assemblies
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 2f8ae774e..9a0d796aa 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -54,4 +54,4 @@ jobs:
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
           SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
-        run: mvn -B -V -Pcoverage verify 
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar --no-transfer-progress
+        run: mvn -B -V -Pcoverage -DskipAssembly verify 
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar --no-transfer-progress

Reply via email to