Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
ci: exclude frontend from sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
Yalz committed Nov 24, 2023
1 parent 7ba1c2d commit 0d7716f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion frontend/pom.xml
Original file line number Diff line number Diff line change
@@ -10,12 +10,18 @@

<artifactId>frontend</artifactId>

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

<frontend-maven-plugin.version>1.12.1</frontend-maven-plugin.version>
</properties>

<build>
<plugins>
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>1.12.1</version>
<version>${frontend-maven-plugin.version}</version>
<executions>
<!-- Install our node and npm version to run npm/node scripts-->
<execution>

0 comments on commit 0d7716f

Please sign in to comment.