Skip to content

Commit

Permalink
HSEARCH-2134 Include elasticsearch backend in distribution package
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD authored and Sanne committed Mar 12, 2016
1 parent 52d3240 commit 9f6ae57
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search-serialization-avro</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search-backend-elasticsearch</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search-backend-jms</artifactId>
Expand Down
10 changes: 10 additions & 0 deletions distribution/src/main/assembly/dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,16 @@
</includes>
</dependencySet>

<dependencySet>
<outputDirectory>dist/lib/optional/clustering/backend-elasticsearch</outputDirectory>
<scope>runtime</scope>
<useTransitiveDependencies>true</useTransitiveDependencies>
<useTransitiveFiltering>true</useTransitiveFiltering>
<includes>
<include>org.hibernate:hibernate-search-backend-elasticsearch</include>
</includes>
</dependencySet>

<dependencySet>
<outputDirectory>dist/lib/optional/clustering/serialization-avro</outputDirectory>
<scope>runtime</scope>
Expand Down

0 comments on commit 9f6ae57

Please sign in to comment.