Skip to content

Commit

Permalink
ignore archive in maven-war-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Oct 30, 2023
1 parent f00cf83 commit 559712f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/actions/setup-java-build/maven-build-cache-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@
</excludeProperties>
</effectivePom>
</plugin>
<plugin artifactId="maven-war-plugin">
<effectivePom>
<excludeProperties>
<excludeProperty>archive</excludeProperty>
</excludeProperties>
</effectivePom>
</plugin>
<plugin artifactId="alfresco-maven-plugin">
<effectivePom>
<excludeProperties>
Expand Down

0 comments on commit 559712f

Please sign in to comment.