| Title: |
Plugin: JVM example |
| Group ID: |
com.strapdata.elasticsearch.plugin |
| Artifact ID: |
jvm-example |
| Version: |
2.4.5 |
| Last modified: |
21.06.2017 21:58 |
| Packaging: |
zip |
| Name: |
Plugin: JVM example |
| Description: |
Demonstrates all the pluggable Java entry points in Elasticsearch |
|
|
| Size: |
8.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/strapdata/elasticsearch/plugin/jvm-example/2.4.5/jvm-example-2.4.5.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.strapdata.elasticsearch.plugin</groupId>
<artifactId>plugins</artifactId>
<version>2.4.5</version>
</parent>
<artifactId>jvm-example</artifactId>
<name>Plugin: JVM example</name>
<description>Demonstrates all the pluggable Java entry points in Elasticsearch</description>
<properties>
<elasticsearch.plugin.classname>org.elasticsearch.plugin.example.JvmExamplePlugin</elasticsearch.plugin.classname>
<tests.rest.suite>jvm_example</tests.rest.suite>
<tests.rest.load_packaged>false</tests.rest.load_packaged>
<skip.unit.tests>true</skip.unit.tests>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<!-- This plugin bundles a config so it can't use the standard
assembly for plugins. -->
<configuration>
<descriptors>
<descriptor>src/main/assemblies/plugin.xml</descriptor>
</descriptors>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
| Maven: |
<dependency>
<groupId>com.strapdata.elasticsearch.plugin</groupId>
<artifactId>jvm-example</artifactId>
<version>2.4.5</version>
</dependency>
|
| Gradle: |
com.strapdata.elasticsearch.plugin:jvm-example:2.4.5 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependency Graph: |
Show
Less
More
|