Skip to content

Commit

Permalink
Add clean plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
norrisjeremy committed Sep 4, 2021
1 parent 76f2aa3 commit d77a294
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,11 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>3.1.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
Expand Down

0 comments on commit d77a294

Please sign in to comment.