Skip to content

Commit

Permalink
Remove continuous inspection profile and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbenhassine committed Sep 27, 2024
1 parent 11ee2fe commit 52e6ad8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 59 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/continuous-inspection.yml

This file was deleted.

27 changes: 0 additions & 27 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@
<maven-failsafe-plugin.version>3.5.0</maven-failsafe-plugin.version>
<maven-javadoc-plugin.version>3.10.0</maven-javadoc-plugin.version>
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
<flatten-maven-plugin.version>1.6.0</flatten-maven-plugin.version>
<maven-deploy-plugin.version>3.1.3</maven-deploy-plugin.version>
<maven-assembly-plugin.version>3.7.1</maven-assembly-plugin.version>
Expand Down Expand Up @@ -305,32 +304,6 @@
</build>

<profiles>
<profile>
<id>test-coverage</id>
<build>
<plugins>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>${jacoco-maven-plugin.version}</version>
<executions>
<execution>
<id>prepare-agent</id>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<execution>
<id>report</id>
<goals>
<goal>report</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>artifactory-staging</id>
<distributionManagement>
Expand Down

0 comments on commit 52e6ad8

Please sign in to comment.