Skip to content

Commit

Permalink
HSEARCH-4395 Remove the executableDependency block from the exec plug…
Browse files Browse the repository at this point in the history
…in configuration

- since having it there isn't necessary as we don't need to filter out any plugin dependencies. We only have one, and it is the one we want to run.
Having the executableDependency leads to build error where maven cannot find version of jaxb-core dependency in root dependency management.
  • Loading branch information
marko-bekhta authored and yrodiere committed Jul 3, 2023
1 parent 573d28c commit 0637ce4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build/parents/public/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,6 @@
<configuration>
<skip>${documentation.config.properties.skip}</skip>
<mainClass>org.hibernate.search.configuration.properties.collector.impl.ConfigurationPropertyProcessor</mainClass>
<executableDependency>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-configuration-properties-collector</artifactId>
</executableDependency>
<arguments>
<argument>${javadoc.org.hibernate.search.url}</argument>
<argument>${project.build.directory}</argument>
Expand Down

0 comments on commit 0637ce4

Please sign in to comment.