Skip to content

Commit

Permalink
GG-18598 Wrong location for ignite-h2 library (#48)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7d285df)
and
(cherry picked from commit ab4a7b0)
  • Loading branch information
vveider authored and AMashenkov committed Jun 5, 2019
1 parent 8b1398f commit 001e99e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions assembly/dependencies-apache-ignite-lgpl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
<exclude>org.gridgain:ignite-extdata-platform</exclude>
<exclude>org.gridgain:ignite-compatibility</exclude>
<exclude>org.gridgain:ignite-sqlline</exclude>
<exclude>org.gridgain:ignite-h2</exclude>
</excludes>
<sources>
<includeModuleDirectory>true</includeModuleDirectory>
Expand Down
1 change: 1 addition & 0 deletions assembly/dependencies-apache-ignite.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
<exclude>org.gridgain:ignite-extdata-platform</exclude>
<exclude>org.gridgain:ignite-compatibility</exclude>
<exclude>org.gridgain:ignite-sqlline</exclude>
<exclude>org.gridgain:ignite-h2</exclude>
</excludes>
<sources>
<includeModuleDirectory>true</includeModuleDirectory>
Expand Down
5 changes: 5 additions & 0 deletions assembly/release-base.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
<source>config/java.util.logging.properties</source>
<outputDirectory>/config</outputDirectory>
</file>

<file>
<source>modules/h2/target/ignite-h2-${project.version}.jar</source>
<outputDirectory>/libs/ignite-indexing</outputDirectory>
</file>
</files>

<fileSets>
Expand Down

0 comments on commit 001e99e

Please sign in to comment.