Skip to content

Commit

Permalink
Fixed fileset for cleaning release files [#966]
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Sep 26, 2021
1 parent 6e89de4 commit 7997c93
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pom.xml
Expand Up @@ -313,10 +313,22 @@
<configuration>
<filesets>
<fileset>
<include>comixed-release-*.zip</include>
<directory>${project.basedir}</directory>
<includes>
<include>**/comixed-release-*.zip</include>
</includes>
</fileset>
</filesets>
</configuration>
<executions>
<execution>
<id>auto-clean</id>
<phase>initialize</phase>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
Expand Down

0 comments on commit 7997c93

Please sign in to comment.