Skip to content

Commit

Permalink
update github action + comment maven plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dedece35 committed Dec 21, 2024
1 parent 1810a8e commit ce5d532
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
paths-ignore:
- '*.md'
# - '.github/**/*.yml'
- '.github/**/*.yml'
tags:
- '[0-9]+.[0-9]+.[0-9]+'
pull_request:
Expand Down
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,10 @@
</configuration>
</plugin>
<plugin>
<!--
Plugin to configure reading sonar-project.properties (via Maven Properties Plugin)
because SonarQube Scanner for Maven does not support reading sonar-project.properties
-->
<groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>
<version>1.2.1</version>
Expand Down

0 comments on commit ce5d532

Please sign in to comment.