Skip to content

Commit

Permalink
Move reduced pom from shade plugin to target directory
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed May 1, 2024
1 parent 4124001 commit 80b6b16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion performance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<beanvalidation-impl.name>none</beanvalidation-impl.name>
<beanvalidation-impl.version>none</beanvalidation-impl.version>

<hibernate-validator-parent.path>..</hibernate-validator-parent.path>
<hibernate-validator-parent.path>../..</hibernate-validator-parent.path>
</properties>

<dependencies>
Expand Down Expand Up @@ -145,6 +145,7 @@
</excludes>
</filter>
</filters>
<dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation>
</configuration>
</execution>
</executions>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -857,6 +857,7 @@
<exclude>**/org/hibernate/validator/referenceguide/**/*.*</exclude>
<exclude>**/src/test/resources/org/hibernate/validator/test/internal/xml/**/*.xml</exclude>
<exclude>.mvn/**</exclude>
<exclude>**/generated-sources/**</exclude>
</excludes>
<includes>
<include>**/*.java</include>
Expand Down

0 comments on commit 80b6b16

Please sign in to comment.