Skip to content

Commit

Permalink
Disabling sonar on test / dev modules
Browse files Browse the repository at this point in the history
  • Loading branch information
cuioss committed Jul 8, 2023
1 parent fd622b7 commit 33bdd5d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion modules/cui-jsf-test/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.cuioss.jsf</groupId>
Expand All @@ -8,6 +9,9 @@
<artifactId>cui-jsf-test</artifactId>
<name>cui jsf test</name>
<description>Provides mock classes and structures that can be used for testing ui-components</description>
<properties>
<sonar.skip>true</sonar.skip>
</properties>
<dependencies>
<dependency>
<groupId>de.cuioss.jsf</groupId>
Expand Down

0 comments on commit 33bdd5d

Please sign in to comment.