Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuldeep-knoldus authored Jun 12, 2024
1 parent 77b2dd4 commit a6e4357
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,5 @@ jobs:
- name: Build with Maven
run: mvn -B package --file Blogs_Analyzer/pom.xml
- name: SonarCloud Scan
run: |
cat projects-changes-deploy.txt | while read repo; do
echo "Processing repository: $repo"
cd $repo
mvn clean verify -Psonar
cd ..
done
run: mvn -B clean verify -Psonar --file Blogs_Analyzer/pom.xml

0 comments on commit a6e4357

Please sign in to comment.