Skip to content

Commit

Permalink
ARC-979: Setup Sonar some More
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrichner-oviva committed Jan 30, 2024
1 parent 7d98f8f commit 2f4171f
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions gesundheitsid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,43 +103,6 @@
<scope>test</scope>
</dependency>


</dependencies>

<build>
<finalName>${project.artifactId}</finalName>
<plugins>
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>${spotless-maven-plugin.version}</version>
<configuration>
<java>
<removeUnusedImports/>
<googleJavaFormat>
<version>${spotless-maven-plugin.google-java-format.version}</version>
<style>GOOGLE</style>
</googleJavaFormat>
</java>
</configuration>
<executions>
<execution>
<id>spotless-check</id>
<phase>verify</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
<execution>
<id>spotless-apply</id>
<phase>compile</phase>
<goals>
<goal>apply</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

</project>

0 comments on commit 2f4171f

Please sign in to comment.