mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 18:35:25 +00:00
ensure distribution has all jars
Original commit: elastic/x-pack-elasticsearch@74180cd386
This commit is contained in:
parent
7d61e0f098
commit
9dce8b3411
@ -14,8 +14,6 @@
|
||||
<properties>
|
||||
<license.basedir combine.self="override">${project.parent.basedir}</license.basedir>
|
||||
<tests.ifNoTests>warn</tests.ifNoTests>
|
||||
<!-- we aren't really a plugin... -->
|
||||
<skip.integ.tests>true</skip.integ.tests>
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
|
@ -10,8 +10,6 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<properties>
|
||||
<license.basedir combine.self="override">${project.parent.basedir}</license.basedir>
|
||||
<!-- we aren't really a plugin... -->
|
||||
<skip.integ.tests>true</skip.integ.tests>
|
||||
</properties>
|
||||
<artifactId>elasticsearch-license-core</artifactId>
|
||||
|
||||
|
@ -15,8 +15,6 @@
|
||||
<license.basedir combine.self="override">${project.parent.basedir}</license.basedir>
|
||||
<elasticsearch.assembly.descriptor>${basedir}/src/main/assemblies/exec.xml</elasticsearch.assembly.descriptor>
|
||||
<elasticsearch.assembly.appendId>true</elasticsearch.assembly.appendId>
|
||||
<!-- we aren't really a plugin... -->
|
||||
<skip.integ.tests>true</skip.integ.tests>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
@ -12,8 +12,6 @@
|
||||
<artifactId>elasticsearch-license-plugin-api</artifactId>
|
||||
<properties>
|
||||
<license.basedir combine.self="override">${project.parent.basedir}</license.basedir>
|
||||
<!-- we aren't really a plugin... -->
|
||||
<skip.integ.tests>true</skip.integ.tests>
|
||||
</properties>
|
||||
|
||||
|
||||
|
@ -10,6 +10,7 @@
|
||||
<outputDirectory>/</outputDirectory>
|
||||
<useProjectArtifact>true</useProjectArtifact>
|
||||
<includes>
|
||||
<include>org.elasticsearch:elasticsearch-license-plugin</include>
|
||||
<include>org.elasticsearch:elasticsearch-license-plugin-api</include>
|
||||
<include>org.elasticsearch:elasticsearch-license-core</include>
|
||||
<include>org.elasticsearch:elasticsearch-license-core-shaded</include>
|
||||
|
Loading…
x
Reference in New Issue
Block a user