summaryrefslogtreecommitdiff
path: root/plugins/analysis-stempel
diff options
context:
space:
mode:
authorRyan Ernst <ryan@iernst.net>2015-10-30 18:59:11 -0700
committerRyan Ernst <ryan@iernst.net>2015-10-30 18:59:11 -0700
commitb6dee6bd43bf203914cf819eb296269fd00bd748 (patch)
treebe9b56e1369752cd1564efd77dc333ba8ca5057b /plugins/analysis-stempel
parent0a4fa7453b6251d1ef28a2cc0f360dae723a9b00 (diff)
parent542522531a7bd34d6a7e91df0162bbb8afd9e233 (diff)
Merge pull request #14375 from rjernst/sweep_up_maven
Remove maven pom files and supporting ant files
Diffstat (limited to 'plugins/analysis-stempel')
-rw-r--r--plugins/analysis-stempel/pom.xml39
1 files changed, 0 insertions, 39 deletions
diff --git a/plugins/analysis-stempel/pom.xml b/plugins/analysis-stempel/pom.xml
deleted file mode 100644
index 4b9b7c3398..0000000000
--- a/plugins/analysis-stempel/pom.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?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>org.elasticsearch.plugin</groupId>
- <artifactId>plugins</artifactId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
-
- <artifactId>analysis-stempel</artifactId>
- <name>Plugin: Analysis: Polish (stempel)</name>
- <description>The Stempel (Polish) Analysis plugin integrates Lucene stempel (polish) analysis module into elasticsearch.</description>
-
- <properties>
- <elasticsearch.plugin.classname>org.elasticsearch.plugin.analysis.stempel.AnalysisStempelPlugin</elasticsearch.plugin.classname>
- <tests.rest.suite>analysis_stempel</tests.rest.suite>
- <tests.rest.load_packaged>false</tests.rest.load_packaged>
- </properties>
-
- <dependencies>
- <dependency>
- <groupId>org.apache.lucene</groupId>
- <artifactId>lucene-analyzers-stempel</artifactId>
- </dependency>
- </dependencies>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-assembly-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
-</project>