Skip to content

Commit

Permalink
feat: splitting REST API controllers tp different packages
Browse files Browse the repository at this point in the history
Refs: #232
  • Loading branch information
grigoriev committed Dec 18, 2024
1 parent c3063a3 commit 662b4cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@
<markdown2html-maven-plugin.tokenEnvVarName>GITHUB_TOKEN</markdown2html-maven-plugin.tokenEnvVarName>
<markdown2html-maven-plugin.failOnError>false</markdown2html-maven-plugin.failOnError>
<markdown2html-maven-plugin.generateHeadingIds>true</markdown2html-maven-plugin.generateHeadingIds>

<!-- exclude rest controllers from coverage report -->
<sonar.coverage.exclusions>**/rest/controller/**</sonar.coverage.exclusions>
</properties>

<profiles>
Expand Down

0 comments on commit 662b4cf

Please sign in to comment.