Skip to content

Commit

Permalink
chore: remove redundant declaration of plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
algomaster99 committed Aug 9, 2023
1 parent b2aa477 commit 11d53b1
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions watchdog-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,26 +98,10 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 11d53b1

Please sign in to comment.