Skip to content

Commit

Permalink
OZ-196: Remove default exclusions from Maven parent so new Ozone dist…
Browse files Browse the repository at this point in the history
…ro is usable (#68)
  • Loading branch information
ibacher authored Apr 24, 2024
1 parent 91a13dd commit 0f52f9c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions maven-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
<executions>
<execution>
<!-- Exclude files from Ozone -->
<!-- We exclude nothing here, but distros should override this with any exclusions they need -->
<id>Exclude unneeded Ozone files</id>
<phase>process-resources</phase>
<goals>
Expand All @@ -116,13 +117,6 @@
<resources>
<resource>
<directory>${project.build.directory}/ozone</directory>
<excludes>
<exclude>distro/**/addresshierarchy/*.*</exclude>
<exclude>distro/**/ampathforms/*.json</exclude>
<exclude>distro/**/ampathformstranslations/*.json</exclude>
<exclude>distro/**/globalproperties/i18n.xml</exclude>
<exclude>distro/**/*demo.*</exclude>
</excludes>
</resource>
</resources>
</configuration>
Expand Down

0 comments on commit 0f52f9c

Please sign in to comment.