Skip to content

Commit

Permalink
removed temporary config profile
Browse files Browse the repository at this point in the history
  • Loading branch information
cicirello committed Nov 18, 2024
1 parent 92705c7 commit 6143d70
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,38 +229,6 @@
</plugins>
</build>
</profile>

<profile>
<id>analysis-temporary</id>
<build>
<plugins>
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.8.6.6</version>
<configuration>
<htmlOutput>true</htmlOutput>
<excludeFilterFile>${session.executionRootDirectory}/spotbugs-exclude.xml</excludeFilterFile>
<plugins>
<plugin>
<groupId>com.h3xstream.findsecbugs</groupId>
<artifactId>findsecbugs-plugin</artifactId>
<version>1.13.0</version>
</plugin>
</plugins>
</configuration>
<executions>
<execution>
<phase>test</phase>
<goals>
<goal>spotbugs</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>

<issueManagement>
Expand Down

0 comments on commit 6143d70

Please sign in to comment.