From 29d06605c0a00a29fe6dfe3fd3c80abf12838e87 Mon Sep 17 00:00:00 2001 From: Simon Willnauer <simonw@apache.org> Date: Fri, 5 Jun 2015 13:12:05 +0200 Subject: [PATCH] add core module --- core/pom.xml | 2 +- pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/core/pom.xml b/core/pom.xml index 9e3fefb41b1..f6bdebdd4d3 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -13,7 +13,7 @@ <artifactId>elasticsearch</artifactId> <packaging>jar</packaging> - <name>Elasticsearch core</name> + <name>Elasticsearch Core</name> <description>Elasticsearch - Open Source, Distributed, RESTful Search Engine</description> diff --git a/pom.xml b/pom.xml index 44c53db8372..5fb0374fecb 100644 --- a/pom.xml +++ b/pom.xml @@ -1413,5 +1413,6 @@ <modules> <module>dev-tools</module> <module>plugins</module> + <module>core</module> </modules> </project>