Skip to content

Commit 338b95e

Browse files
committed
HSEARCH-5300 Add processor to the dist package
1 parent 84405b2 commit 338b95e

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

distribution/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@
115115
<artifactId>hibernate-search-mapper-orm-jakarta-batch-jberet</artifactId>
116116
<scope>compile</scope>
117117
</dependency>
118+
<dependency>
119+
<groupId>org.hibernate.search</groupId>
120+
<artifactId>hibernate-search-processor</artifactId>
121+
<scope>compile</scope>
122+
</dependency>
118123
<dependency>
119124
<groupId>org.hibernate.search</groupId>
120125
<artifactId>hibernate-search-documentation</artifactId>

distribution/src/main/assembly/dist.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,17 @@
142142
<include>org.hibernate.search:hibernate-search-mapper-orm-jakarta-batch-jberet</include>
143143
</includes>
144144
</dependencySet>
145+
<dependencySet>
146+
<outputDirectory>dist/processor</outputDirectory>
147+
<scope>runtime</scope>
148+
<useProjectArtifact>false</useProjectArtifact>
149+
<useTransitiveDependencies>true</useTransitiveDependencies>
150+
<useTransitiveFiltering>true</useTransitiveFiltering>
151+
<useStrictFiltering>true</useStrictFiltering>
152+
<includes>
153+
<include>org.hibernate.search:hibernate-search-processor</include>
154+
</includes>
155+
</dependencySet>
145156
<dependencySet>
146157
<outputDirectory>dist/provided</outputDirectory>
147158
<scope>provided</scope>

0 commit comments

Comments
 (0)