Skip to content

Commit

Permalink
refactor(agent-executor): remove unused maven plugins
Browse files Browse the repository at this point in the history
 - Removed `maven-site-plugin`, `maven-deploy-plugin`, and `maven-surefire-plugin` configurations that were unnecessarily skipping steps.
 .
  • Loading branch information
bsorrentino committed Dec 12, 2024
1 parent bdba67d commit 90734fd
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions agent-executor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,29 +81,6 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipTests>false</skipTests>
</configuration>
</plugin>

<plugin>
<groupId>org.projectlombok</groupId>
Expand Down

0 comments on commit 90734fd

Please sign in to comment.