Skip to content

Commit

Permalink
Skip sonar on maven plugin
Browse files Browse the repository at this point in the history
Signed-off-by:Phillip Kruger <[email protected]>
  • Loading branch information
phillip-kruger committed Aug 28, 2020
1 parent 5323721 commit 589e941
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions tools/maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<name>SmallRye: OpenAPI Tools :: Maven</name>
<description>a Maven plugin that can generate the schema on build</description>

<properties>
<sonar.skip>true</sonar.skip>
</properties>

<dependencies>
<!-- Maven plugin stuff -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<swagger-ui.version>3.30.2</swagger-ui.version>
<swagger-ui-theme.version>3.0.1</swagger-ui-theme.version>
<path.swagger-ui>openapi-ui</path.swagger-ui>

<sonar.skip>true</sonar.skip>
</properties>

<build>
Expand Down

0 comments on commit 589e941

Please sign in to comment.